UNPKG

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