Skip to content

Commit

Permalink
table?
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Sep 27, 2015
1 parent 9bfa923 commit 4133260
Showing 1 changed file with 17 additions and 15 deletions.
32 changes: 17 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,23 @@ Command Line Utility for Gulp

## Options

* --help, -h Show this help.
* --version, -v Print the global and local gulp versions.
* --require [path] Will require a module before running the gulpfile. This is useful for transpilers but also has other applications.
* --gulpfile [path] Manually set path of gulpfile. Useful if you have multiple gulpfiles. This will set the CWD to the gulpfile directory as well.
* --cwd [path] Manually set the CWD. The search for the gulpfile, as well as the relativity of all requires will be from here.
* --verify Will verify plugins referenced in project's package.json against the plugins blacklist.
* --tasks, -T Print the task dependency tree for the loaded gulpfile.
* --tasks-simple Print a plaintext list of tasks for the loaded gulpfile.
* --tasks-json Print the task dependency tree, in JSON format, for the loaded gulpfile.
* --color Will force gulp and gulp plugins to display colors, even when no color support is detected.
* --no-color Will force gulp and gulp plugins to not display colors, even when color support is detected.
* --silent, -S Suppress all gulp logging.
* --continue Continue execution of tasks upon failure.
* --log-level, -L Set the loglevel. -L for least verbose and -LLLL for most verbose. -LLL is default.
* --timeout Milliseconds to wait before logging the sync task warning. (gulp 4.0 only).
| Option | Description |
|-------------------|-------------|
| --help, -h | Show this help. |
| --version, -v | Print the global and local gulp versions. |
| --require [path] | Will require a module before running the gulpfile. This is useful for transpilers but also has other applications. |
| --gulpfile [path] | Manually set path of gulpfile. Useful if you have multiple gulpfiles. This will set the CWD to the gulpfile directory as well. |
| --cwd [path] | Manually set the CWD. The search for the gulpfile, as well as the relativity of all requires will be from here. |
| --verify | Will verify plugins referenced in project's package.json against the plugins blacklist. |
| --tasks, -T | Print the task dependency tree for the loaded gulpfile. |
| --tasks-simple | Print a plaintext list of tasks for the loaded gulpfile. |
| --tasks-json | Print the task dependency tree, in JSON format, for the loaded gulpfile. |
| --color | Will force gulp and gulp plugins to display colors, even when no color support is detected. |
| --no-color | Will force gulp and gulp plugins to not display colors, even when color support is detected. |
| --silent, -S | Suppress all gulp logging. |
| --continue | Continue execution of tasks upon failure. |
| --log-level, -L | Set the loglevel. -L for least verbose and -LLLL for most verbose. -LLL is default. |
| --timeout | Milliseconds to wait before logging the sync task warning. (gulp 4.0 only). |

[gittip-url]: https://www.gittip.com/WeAreFractal/
[gittip-image]: http://img.shields.io/gittip/WeAreFractal.svg
Expand Down

0 comments on commit 4133260

Please sign in to comment.