0.3.0 • Published 10 years ago

gulp-graph-tasks v0.3.0

Weekly downloads
29
License
MIT
Repository
github
Last release
10 years ago

gulp-graph-tasks

.. image:: https://travis-ci.org/pavlov99/gulp-graph-tasks.svg?branch=master :target: https://travis-ci.org/pavlov99/gulp-graph-tasks

Gulp.js module to graph task dependencies with graphviz.

Install

::

 npm install --save-dev gulp-graph-tasks

Graph models

Module depends on GraphViz library, make sure you have dot command. To plot tasks dependencies, execute following command from you repository:

::

./node_modules/.bin/gulp-graph-tasks | dot -Tpng > gulp-tasks.png

If you would like to use not default gulpfile.js, specify path to it as first argument of the command.

0.3.0

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago