Files
dotfiles/zsh/.oh-my-zsh/plugins/gulp
Christian Nieves 76a6480b62 Populate repo
2022-04-19 15:50:47 +00:00
..
2022-04-19 15:50:47 +00:00
2022-04-19 15:50:47 +00:00

gulp plugin

This plugin adds autocompletion for your gulp tasks. It grabs all available tasks from the gulpfile.js in the current directory.

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

plugins=(... gulp)