Skip to content

lite-js/depv

Repository files navigation

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

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.