-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(cli-plugins): make depcruise reusable (#8568)
* chore(packages): make depcruise reusable * feat(cli-plugins): make data migrate a plugin * Revert "feat(cli-plugins): make data migrate a plugin" This reverts commit 437eeb9. * refactor to script * fix readmes * fix excluding tests in src * add shebang, constant casing * rename * add open flag * add script to pkg json * rm directive * update dependency graphs * change alias to short * Revert "rm directive" This reverts commit 18aa7f1. * revert to @ts-ignore
- Loading branch information
Showing
14 changed files
with
1,572 additions
and
494 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,21 @@ | ||
# CLI Packages - Storybook | ||
|
||
**WIP**: This package is the first example of extracting a command from `@redwoodjs/cli` into it's own CLI plugin package. | ||
|
||
<!-- Until we get rid of `@redwoodjs/telemetry` or solve its or one of its dependencies circular dependency issue, we can't use packagephobia to calcuate the size. It times out. --> | ||
|
||
<!-- ## Package size | ||
| Version | Publish | Install | | ||
| :-------------------------------------------------------------------------------- | :------ | :------ | | ||
| [v6.0.0-...](https://packagephobia.com/result?p=%40redwoodjs%2Fcli-storybook) | | | --> | ||
|
||
## Dependency graphs | ||
|
||
### src | ||
|
||
![src](./dependencyGraph.src.svg) | ||
|
||
### dist | ||
|
||
![dist](./dependencyGraph.dist.svg) |
Oops, something went wrong.