Visualize JavaScript source code dependency as an tree view. All thanks to
Install the module with: npm install -g @freizl/jsvd
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
Type jsvd --help or view the source for the many options like --exclude and --dot.
- Feel free to submit PR
- eslint
- unit test
- see LICENSE file
