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

Create a rush-dep-graph-plugin Rush plugin to display the dependency graph. #23

Merged
merged 5 commits into from
Dec 16, 2024

Conversation

L-Qun
Copy link
Collaborator

@L-Qun L-Qun commented Dec 16, 2024

Basic Checks

Have you run rush change for this change?

  • Yes
  • No

If No, please run rush change before, this is necessary.

If adding a new feature, the PR's description includes:

  • Reason for adding this feature
  • How to use
  • A basic example

Does this PR introduce a breaking change? (check one)

  • Yes
  • No

If yes, please describe the impact and migration path for existing applications:

Summary

Create a rush-dep-graph-plugin Rush plugin to display the dependency graph.

Detail

Usage: rush dep-graph [OPTIONS]

Options:
  -t, --to <PROJECT_NAME>       Select the packages that depend on specific project.
  -f, --from <PROJECT_NAME>     Select the package that is dependent on specific package.
  --filter <PROJECT_NAME>       Select the packages based on a custom filter criteria, such as specific keywords in the package name.

How to test it

cd rush-plugins/rush-dep-graph-plugin
rushx test

@pedro-gomes-92
Copy link
Collaborator

LGTM

Copy link
Member

@EscapeB EscapeB left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@octogonz octogonz merged commit c56773a into tiktok:main Dec 16, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants