npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

npmgraph

2.9.1

@broofa

npmHomeRepoSnykSocket
Downloads:39
$ npm install npmgraph
DailyWeeklyMonthlyYearly

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