All Projects → tj → Node Dep Graph

tj / Node Dep Graph

Dependency graphs with graphviz dot(1)

Programming Languages

javascript
184084 projects - #8 most used programming language

dep-graph

Dependency graphs with graphviz dot(1) (must be installed first).

Installation

$ npm install visionmedia/node-dep-graph

API

var graph = require('dep-graph');

graph({
  name: 'foo',
  deps: [
    {
      name: 'bar',
      deps: []
    }
  ]
}, '/path/to/my.png');

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].