Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
L-Qun committed Jan 15, 2025
1 parent 954dbbc commit fba220c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
15 changes: 7 additions & 8 deletions rush-plugins/rush-link-project-plugin/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# rush-dep-graph-plugin
# rush-link-project-plugin

A Rush plugin that displays the dependency graph.
A plugin to create a symbolic link for a package.

# Prerequisite

Expand All @@ -13,13 +13,12 @@ Rush.js >= 5.83.2

Please follow the [official doc](https://rushjs.io/pages/maintainer/using_rush_plugins/) to enable this plugin in your repo.

2. Running `dep-graph` command
2. Running `link-project` command

```
Usage: rush dep-graph [OPTIONS]
usage: rush link-project [-h] [--path PATH]
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.
Optional arguments:
-h, --help Show this help message and exit.
--path PATH
```
2 changes: 1 addition & 1 deletion rush-plugins/rush-link-project-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rush-link-project-plugin",
"version": "0.1.0",
"description": "Creates a symbolic link for a package",
"description": "A plugin to create a symbolic link for a package.",
"keywords": [
"rush",
"plugin",
Expand Down

0 comments on commit fba220c

Please sign in to comment.