0.1.0 • Published 11 years ago

component-graph v0.1.0

Weekly downloads
12
License
-
Repository
github
Last release
11 years ago

component-graph

Dependency graphs for component(1).

Installation

$ npm install -g component-graph

Also requires graphviz:

$ brew install grapviz

Example

$ cd myproject && component graph --out graph.png

Usage

  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

npm.io

twopi

npm.io

fdp

npm.io

License

MIT