0.2.0 • Published 1 year ago

rush-plugin-skott v0.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

rush-plugin-skott

skott is a minimalist library thats generates directed graphs from projects.

This rush-plugin-skott exposes multiple commands leveraging the power of skott:

rush graph

This command generates a graph of your Rush monorepo projects and opens a webui to visualize it.

rush-graph

rush list-unused-packages

This command traverses each of the Rush monorepo projects and search for unused npm packages in production code.

rush-list-unused