Skip to content

A tool for exploring NPM modules and dependencies

Notifications You must be signed in to change notification settings

deliciousteas/npmgraph_test

 
 

Repository files navigation

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

About

A tool for exploring NPM modules and dependencies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 84.5%
  • SCSS 10.5%
  • HTML 4.5%
  • Other 0.5%