A class-diagram generation tool.
Getting input from jsduck export, feeding output to Graphviz Dot program.
For example:
./bin/graph docs-export/ | dot -Tsvg > diagram.svg
Loading
Please sign in to comment
Getting input from jsduck export, feeding output to Graphviz Dot program.
For example:
./bin/graph docs-export/ | dot -Tsvg > diagram.svg