npm.io
0.0.1 • Published 9 years ago

gulp-tasktree

Licence
MIT
Version
0.0.1
Deps
2
Vulns
0
Weekly
0

gulp-tasktree

Visualize your tasks dependencies extensively

!!! Deprecated !!!

Use gulp-task-graph-visualizer instead.

Install

npm install gulp-tasktree --save-dev

Usage

Getting started

In your gulpfile.js

var tasktree = require('gulp-tasktree');
gulp.task('tasks', tasktree());

Then run it with

gulp tasks

Will give you something like this :

CLI options
  • --task=[task_name] : Print only the tree starting from one task. By default, all the tasks are printed.

Keywords