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`.
});

/dependencygraph/

    Package Sidebar

    Install

    npm i dependencygraph

    Weekly Downloads

    2

    Version

    0.0.4

    License

    MIT

    Last publish

    Collaborators

    • matthewp