js-vd
js-vd copied to clipboard
JavaScript source code dependency visualization
js-vd
Visualize JavaScript source code dependency as an tree view. All thanks to
Getting Started
Install the module with: npm install -g @freizl/jsvd
Quick Demo
Examples
- http://freizl.github.io/apps/js-vd/index.html
Or generate for your own project
jsvd -f amd /path/to/project/source > index.htmljsvd -b /path/to/express/project > index.htmljsvd -f amd -d some/module/name -b /path/to/project/source > index.html
then open the result html
Options
Type jsvd --help or view the source for the many options like --exclude and --dot.
Contributing
- Feel free to submit PR
TODO
- [x] eslint
- [ ] unit test
License
- see LICENSE file
