grunt-js-dependency-visualizer

0.1.2 • Public • Published

grunt-js-dependency-visualizer

JavaScript Module dependency visualizer for Grunt task

Usage

This task use only options settings:

grunt.initConfig({
    'dependency-vizualizer': {
        example: {
            options: {
                srcPath: 'path/to/src',
                destPath: 'path/to/dest'
            }
        }
    }
});

options means:

  • srcPath source detection path
  • destPath output generated data path

Description of dependency

@see https://github.com/ysugimoto/js-dependency-visualizer

License

MIT License.

Versions

Current Tags

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

Version History

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

Package Sidebar

Install

npm i grunt-js-dependency-visualizer

Weekly Downloads

3

Version

0.1.2

License

MIT

Last publish

Collaborators

  • ysugimoto