Initial commit
[yaffs-website] / node_modules / gulp / completion / README.md
1 # Completion for gulp
2 > Thanks to grunt team and Tyler Kellen
3
4 To enable tasks auto-completion in shell you should add `eval "$(gulp --completion=shell)"` in your `.shellrc` file.
5
6 ## Bash
7
8 Add `eval "$(gulp --completion=bash)"` to `~/.bashrc`.
9
10 ## Zsh
11
12 Add `eval "$(gulp --completion=zsh)"` to `~/.zshrc`.
13
14 ## Powershell
15
16 Add `Invoke-Expression ((gulp --completion=powershell) -join [System.Environment]::NewLine)` to `$PROFILE`.
17
18 ## Fish
19
20 Add `gulp --completion=fish | source` to `~/.config/fish/config.fish`.