0.1.0 • Published 9 years ago

gulp-dependo v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

gulp-dependo

A gulp plugin for visualisation CommonJS, AMD, or ES6 module dependencies. For more information check the original dependo package.

Usage

var dependo = require('gulp-dependo');

gulp.task('visualize dependencies', function(cb) {
	dependo({targetPath: './path-to-the-package', fileName: 'report.html', outputPath: '.'}, cb);
});

Licence

MIT