aboutsummaryrefslogtreecommitdiff
path: root/node_modules/gulp/completion/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/gulp/completion/README.md')
-rw-r--r--node_modules/gulp/completion/README.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/node_modules/gulp/completion/README.md b/node_modules/gulp/completion/README.md
new file mode 100644
index 000000000..c0e8c9133
--- /dev/null
+++ b/node_modules/gulp/completion/README.md
@@ -0,0 +1,20 @@
+# 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`.