Skip to content

auchenberg/grunt-dependo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Running dependo from within a grunt task.

Resources

License

Stars

Watchers

Forks

Packages

No packages published