0.0.1 • Published 9 years ago

depv v0.0.1

Weekly downloads
4
License
-
Repository
github
Last release
9 years ago

deptree

description

view dependency tree of your modules in browser.

screen-shots

  • dependency tree of pastry:

dependency-tree-of-pastry

links

usage

$ git clone https://github.com/leungwensen/deptree.git
$ cd deptree
$ npm install
$ ./bin/deptree.js -d node_modules/pastry/src -a js-amd

contributors

wiki

license

releases

supported languages

  • go
  • java (thanks to @xumingming)
  • js-amd (javascript, AMD)
  • js-cjs (javascript, CommonJS)
  • perl

Expecting more? you can leave us an issue or pull-request.