list-html
v1.0.4
Published
Runs npm list and outputs to html
Maintainers
Keywords
Readme
list-html
To run:
npx list-htmlThis will run npm list in your current project, and show the results as an expandable tree in you browser.
Each node shows the package name and the total number of dependencies (including dependencies of dependencies) for each package.
The shape of the tree is defined by the npm ls command.
