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.

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i grunt-js-dependency-visualizer

    Weekly Downloads

    7

    Version

    0.1.2

    License

    MIT

    Last publish

    Collaborators

    • ysugimoto