@wlgf/dep-analyzer
v0.1.5
Published
`dep-analyzer` is a CLI tool used to analyze the dependency relationships between npm package dependencies.
Downloads
1
Readme
dep-analyzer
dep-analyzer
is a CLI tool used to analyze the dependency relationships between npm package dependencies.
Install
npm i dep-analyzer -g
Usage
Change to the directory containing your package.json
, and use the command
dep-analyzer analyze
A webpage will open displaying the dependencies of the npm package in your project. It defaults to listening on localhost:9143
, which can be modified using the --port
and --host
arguments.
For more details, you can use --help
argument.