README.md 265 Bytes
Newer Older
1
2
# gulp plugin

Marc Cornellà's avatar
Marc Cornellà committed
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
6
7
8

To use it, add `gulp` to the plugins array of your `.zshrc` file:
```
plugins=(... gulp)
```