2.9.1 • Published 2 years ago

npmgraph v2.9.1

Weekly downloads
3
License
MIT
Repository
github
Last release
2 years ago

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