Skip to content

Files

Latest commit

7ccf016 · Oct 15, 2014

History

History
This branch is 276 commits behind gulpjs/gulp:master.

completion

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 15, 2014
Jun 1, 2014
Oct 15, 2014
Oct 6, 2014
Jun 1, 2014

Completion for gulp

Thanks to grunt team and 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.