Subtheme of barrio
 
 
 
 
rdrew 573c318665 1st 2 years ago
..
README.md 1st 2 years ago
bash 1st 2 years ago
fish 1st 2 years ago
powershell 1st 2 years ago
zsh 1st 2 years ago

README.md

Completion for gulp

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.