Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: parse package.json to add project dependencies to insight page #78

Open
2 tasks done
jpmcb opened this issue Mar 12, 2024 · 0 comments
Open
2 tasks done

Comments

@jpmcb
Copy link
Member

jpmcb commented Mar 12, 2024

Type of feature

🍕 Feature

Current behavior

It'd be great to have a feature that would add a projects dependency to an insight page. To start with, parsing a package.json would allow us to "watch" all the dependencies of a project.

Suggested solution

This probably deserves its own RFC, but as a stub, this could exist as something like:

$ pizza parse ./package.json

A few things to consider and edge cases to think about:

  • Insight pages exist within (and as individual entities for) workspaces. Before moving forward with this implementation, we'd need Feature: workspaces support #74 workspaces support in the CLI
  • Being able to denote an existing insight page that a project uses would be useful. Maybe we even think about a ~/.pizzacache (or something) that can denote the associate package json files with a given workspace/insight page

Additional context

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct

Contributing Docs

  • I agree to follow this project's Contribution Docs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant