All Projects → substack → npmdep

substack / npmdep

Licence: other
Compute dependency graphs for npm

Programming Languages

javascript
184084 projects - #8 most used programming language

npmdep

Build dependency graphs for npm packages.

Usage

  • npmdep update

Fetch the list of packages (do this first)

  • npmdep requires [pkg]

Show which packages require the package pkg.

$ npmdep requires optimist
deja
forever
htracr
http-proxy
m1node
macrotest
nmd
pulverizr
ready.js
restartr
watch-tree
yeti
  • npmdep tree [pkg]

Print out a tree of dependencies for the package pkg.

$ npmdep tree seq
seq
-- chainsaw
---- traverse
-- traverse
  • npmdep graph [image.png] {graphviz filter = fdp}

Generate a graph of npm with graphviz.

npmdep graph npm-fdp.png fdp

npm fdp

npmdep graph npm-twopi.png twopi

npm twopi

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].