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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.2
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.2
    2
  • 0.1.1
    0
  • 0.1.0
    0

Package Sidebar

Install

npm i grunt-dependo

Weekly Downloads

2

Version

0.1.2

License

none

Last publish

Collaborators

  • auchenberg