0.1.2 • Published 10 years ago

grunt-dependo v0.1.2

Weekly downloads
7
License
-
Repository
github
Last release
10 years ago

#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'
            }
        }