A generator for Yeoman to generate gulp plugins.
If you don't already have yeoman, then install from npm, run:
$ npm install -g yo
To install generator-gulp-plugin from npm, run:
$ npm install -g generator-gulp-plugin
Finally, initiate the generator:
$ yo gulp-plugin
See the Writing a gulp plugin wiki page for guidelines and an example to get you started.
MIT License © Hector Parra (HGPA)