dependencygraph

0.0.4 • Public • Published

Build Status

DependencyGraph

A module for creating dependency graphs from SystemJS and StealJS based projects.

Install

npm install dependencygraph --save

Use

var DependencyGraph = require('dependencygraph');

var dependencyGraph = DependencyGraph()
  .config('path/to/config');

dependencyGraph.for('my/app').then(function(graph) {
  // graph is an object where each key is a module and contains
  // the `load` and `dependencies`.
});

Versions

Current Tags

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

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.4
    2
  • 0.0.3
    0
  • 0.0.2
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i dependencygraph

Weekly Downloads

2

Version

0.0.4

License

MIT

Last publish

Collaborators

  • matthewp