{"repo":"gulpjs/gulp-cli","free":true,"listed":false,"github":"https://github.com/gulpjs/gulp-cli","clone":"git clone https://github.com/gulpjs/gulp-cli.git","description":"Command Line Interface for gulp.","language":"JavaScript","stars":408,"topics":["cli","gulp","javascript","command-line"],"license":"MIT","category":"cli-tools","readme_excerpt":"gulp-cli [![NPM version][npm-image]][npm-url] [![Downloads][downloads-image]][npm-url] [![Build Status][ci-image]][ci-url] [![Coveralls Status][coveralls-image]][coveralls-url] Command Line Utility for Gulp Install Usage Custom Metadata When listing tasks with the gulp -T command, gulp-cli displays some custom metadata as defined upon task functions. Currently supported properties: task.description - String of the description to display. task.flags - Object with key/value pairs being flag/description to display. Example Usage: Tasks The task(s) listed on the command line will be executed. If more than one task is listed, Gulp will execute all of them concurrently, that is, as if they had all been listed as dependencies of a single task. By default, Gulp does not serialize tasks listed on the command line. If you would like to execute tasks serially, you must specify the --series flag. e.g. gulp clean build --series Just running gulp will execute the task default . If there is no default task, gulp will error. Completion Thanks to the grunt team, specifically Tyler Kellen To enable tasks auto-completion in shell you should add eval \"$(gulp --completion=shell)\" in your .shellrc file. Bash: Add eval \"$(gulp --completion=bash)\" to /.bashrc . Zsh: Add eval \"$(gulp --completion=zsh)\" to /.zshrc . Powershell: Add Invoke-Expression ((gulp --completion=powershell) -join [System.Environment]::NewLine) to $PROFILE . Fish: Add gulp --completion=fish source to /.config/fish/config.fish . ","default_branch":null,"files":null,"tree":[],"storefront":"/r/gulpjs","claimed":false,"request_supported":{"post":"https://gitbuyer.com/r/gulpjs/gulp-cli/request-supported","requests":0},"note":"indexed from public GitHub; nothing is for sale on this page. Clone it from GitHub. Paid listings live at /search."}