# gulp-tasktree

> Visualize your tasks dependencies extensively

Latest version **0.0.1** (published 2017-02-11) · MIT license · 0 weekly downloads

## Install

```sh
npm install gulp-tasktree
pnpm add gulp-tasktree
yarn add gulp-tasktree
bun add gulp-tasktree
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.1 |
| Published | 2017-02-11 |
| First published | 2017-02-11 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Olivier Bourdoux |
| Maintainers | xurei |
| Keywords | gulpplugin |

## Links

- npm: https://www.npmjs.com/package/gulp-tasktree
- Repository: https://github.com/xurei/gulp-tasktree
- Homepage: https://github.com/xurei/gulp-tasktree#readme
- Issues: https://github.com/xurei/gulp-tasktree/issues
- npm.io page: https://npm.io/package/gulp-tasktree

## Dependencies (2)

- [gulp-util](https://npm.io/package/gulp-util.md) ^3.0.8
- [xurei-util](https://npm.io/package/xurei-util.md) ^1.3.2

## Recent versions

- 0.0.1 (latest) — 2017-02-11

## README

# gulp-tasktree
Visualize your tasks dependencies extensively

## !!! Deprecated !!!
Use [gulp-task-graph-visualizer](https://www.npmjs.com/package/gulp-task-graph-visualizer) instead.

## Install
```bash
npm install gulp-tasktree --save-dev
```

## Usage

#### Getting started
In your gulpfile.js
```javascript
var tasktree = require('gulp-tasktree');
gulp.task('tasks', tasktree());
```

Then run it with
```bash
gulp tasks
```

Will give you something like this :
```bash

```

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

---
_Source: https://npm.io/package/gulp-tasktree · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
