0.0.1 • Published 7 years ago

gulp-tasktree v0.0.1

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

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.