wallet-core/node_modules/gulp/completion
2016-10-10 03:43:44 +02:00
..
bash add node_modules to address #4364 2016-10-10 03:43:44 +02:00
fish add node_modules to address #4364 2016-10-10 03:43:44 +02:00
powershell add node_modules to address #4364 2016-10-10 03:43:44 +02:00
README.md add node_modules to address #4364 2016-10-10 03:43:44 +02:00
zsh add node_modules to address #4364 2016-10-10 03:43:44 +02:00

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.