callgraph
callgraph copied to clipboard
Generate call graphs for JS projects
Callgraph
This is experimental. Use at your own risk.

Installation
Install Graphviz's Dot, then install callgraph from npm
npm install -g callgraph
Usage
callgraph index.js
This will generate two files in the current directory:
callgraph.png: An image representing the callgraphcallgraph.dot: A file with a Dot representation of the callgraph
Questions
Why UglifyJS for AST parsing and not X?
Does X have walker.find_parent? Please let me know.
License
MIT http://gunar.mit-license.org