Node.js Object Diagram Generator.
- node v0.3.4+
- Node.js GraphViz (this depends on GraphViz. You need install it previously.)
$git clone git://github.com/nsyee/node-objects-diagram.git
$cd node-objects-diagram
# set a path to sourcecode. then this outputs class objects on diagram (node-objects.png)
$node node-objects-diagram.js /Users/nsy/node/src/0.3.4/lib
# outputs all properties in public (node-objects-all.png)
$node node-objects-diagram.js /Users/nsy/node/src/0.3.4/lib -a
This application is licensed under the MIT license exclude above modules and libraries.
show properties of class objects. clean up dirty and silly codes.