biofriction-wp-theme/node_modules/gulp-cli/completion
jorge-vitrubio a7910c81a8 moved to new repo 2021-10-26 14:18:09 +02:00
..
README.md moved to new repo 2021-10-26 14:18:09 +02:00
bash moved to new repo 2021-10-26 14:18:09 +02:00
fish moved to new repo 2021-10-26 14:18:09 +02:00
powershell moved to new repo 2021-10-26 14:18:09 +02:00
zsh moved to new repo 2021-10-26 14:18:09 +02:00

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.