Skip to content

enyo/component-graph

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

component-graph

Dependency graphs for component(1).

Installation

$ npm install -g component-graph

Also requires graphviz:

$ brew install graphviz

Example

$ cd myproject && component graph && open out.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

twopi

fdp

License

MIT

About

Dependency graphs for component(1) projects

Resources

Stars

Watchers

Forks

Packages

No packages published