Skip to content

matthewp/dependencygraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Get dependency graphs for SystemJS-based projects

Resources

Stars

Watchers

Forks

Packages

No packages published