grunt-dependo

Visualize your CommonJS or AMD module dependencies.


Keywords
AMD, RequireJS, CommonJS, require, module, circular, dependency, dependencies, graph, visualize, D3, dependo, gruntplugin
License
MIT
Install
npm install grunt-dependo@0.1.2

Documentation

grunt-dependo

Visualize your CommonJS or AMD module dependencies in a force directed graph using D3.js.

Install

npm install grunt-dependo

Task Example

        dependo: {
            main: {
                fileName: 'main.html',
                targetPath: './example-multipage/www'
            },
            secondarylib: {
                fileName : 'secondarylib.html',
                targetPath: './js/'
            },
            options: {
                outputPath: './',
                fileName : 'dependencies.html',
                format: 'amd'
            }
        }