Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lite-js/depv
the dependency visualizer
https://github.com/lite-js/depv
dependency-graph dependency-tree
Last synced: 3 months ago
JSON representation
the dependency visualizer
- Host: GitHub
- URL: https://github.com/lite-js/depv
- Owner: lite-js
- License: mit
- Created: 2014-10-29T07:30:57.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-04-12T06:36:47.000Z (over 6 years ago)
- Last Synced: 2024-08-02T10:21:30.575Z (3 months ago)
- Topics: dependency-graph, dependency-tree
- Language: JavaScript
- Homepage:
- Size: 934 KB
- Stars: 11
- Watchers: 4
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - lite-js/depv - the dependency visualizer (others)
README
deptree
=======## description
view dependency tree of your modules in browser.## screen-shots
* dependency tree of pastry:
![dependency-tree-of-pastry](https://cloud.githubusercontent.com/assets/1655789/5259527/d60b0428-7a3c-11e4-84fb-a2a180551704.png)
## links
* [hompage](http://leungwensen.github.io/deptree/)
* [demo](http://leungwensen.github.io/deptree/demo)## 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](https://github.com/leungwensen/deptree/graphs/contributors)
## [wiki](https://github.com/leungwensen/deptree/wiki)
## [license](https://github.com/leungwensen/deptree/blob/master/LICENSE)
## [releases](https://github.com/leungwensen/deptree/releases)
## supported languages
* go
* java (thanks to @xumingming)
* js-amd (javascript, AMD)
* js-cjs (javascript, CommonJS)
* perlExpecting more? you can leave us an issue or pull-request.