view dependency tree of your modules in browser.
- dependency tree of pastry:
$ git clone https://github.com/leungwensen/deptree.git
$ cd deptree
$ npm install
$ ./bin/deptree.js -d node_modules/pastry/src -a js-amd
- 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.