grunt-dependo

0.1.2 • Public • Published

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

/grunt-dependo/

    Package Sidebar

    Install

    npm i grunt-dependo

    Weekly Downloads

    2

    Version

    0.1.2

    License

    none

    Last publish

    Collaborators

    • auchenberg