0.2.1 • Published 4 years ago

gulp-graph v0.2.1

Weekly downloads
6
License
GPL-3.0
Repository
github
Last release
4 years ago

gulp-graph

Creates gulp tasks that use Graphviz to generate a dependency graph. It's hardcoded to drop a gulp.png and a gulp.dot locally when you run it, but it could be made more configurable and flexible later.

Installing

npm install --save-dev gulp-graph

Using

In your gulpfile.js:

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

Then run:

gulp graph

Which will generate both a gulp.png and a gulp.dot locally.

Running Tests

There are some token mocha tests run when you do:

npm test

Contributing

Feel free to make pull requests.

0.2.1

4 years ago

0.2.0

4 years ago

0.1.3

5 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago

0.0.0

9 years ago