https://github.com/remorses/workspace-dependency-graph
https://github.com/remorses/workspace-dependency-graph
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/remorses/workspace-dependency-graph
- Owner: remorses
- Created: 2020-08-26T12:46:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-26T16:10:47.000Z (over 5 years ago)
- Last Synced: 2025-03-04T18:40:41.707Z (10 months ago)
- Language: TypeScript
- Size: 55.7 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# workspace-dependency-graph
```
npm i -g workspace-dependency-graph
# make a graph of workspace dependencies
workspace-dependency-graph --image deps.svg
# only show dependencies and dependents of one package
workspace-dependency-graph --image deps.svg --focus @scope/specific-pkg
```
