0.1.0 • Published 12 years ago
component-graph v0.1.0
component-graph
Dependency graphs for component(1).
Installation
$ npm install -g component-graphAlso requires graphviz:
$ brew install grapvizExample
$ cd myproject && component graph --out graph.pngUsage
Usage: component-graph [options]
Options:
-h, --help output usage information
-t, --type <name> graph type [neato|twopi|fdp|dot]
-f, --format <name> set output format [png]
-o, --out <path> output to the <path> [out.png]Types
dot

twopi

fdp

License
MIT