npmgraph
v2.9.1
Published
Visualize npm dependency graphs (public and private!)
Downloads
24
Readme
npmgraph
A tool for exploring npm modules and dependencies.
Available online at https://npmgraph.js.org/.
Running locally
Install
$ git clone https://github.com/npmgraph/npmgraph.git
$ cd npmgraph
$ npm install
Build
This builds the source with Parcel:
$ npm run build
Once built, you can use any dev server to serve the dist
folder.
Build and watch
This builds the source and starts an auto-reloading Parcel server:
$ npm start