]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/gulp/README.md
4ed2b99b38f695dd41fd72a193950d9268946a98
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / gulp / README.md
1 # gulp plugin
2
3 This plugin adds autocompletion for your [`gulp`](https://gulpjs.com/) tasks. It grabs all available tasks from the `gulpfile.js` in the current directory.
4
5 To use it, add `gulp` to the plugins array of your `.zshrc` file:
6 ```
7 plugins=(... gulp)
8 ```