component-graph

0.1.0 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.0
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.0
    2
  • 0.0.2
    2
  • 0.0.1
    2

Package Sidebar

Install

npm i component-graph

Weekly Downloads

0

Version

0.1.0

License

none

Last publish

Collaborators

  • tjholowaychuk