Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.24 KB

README.md

File metadata and controls

41 lines (25 loc) · 1.24 KB

generator-gulp-plugin NPM version Build Status Dependency Status

A generator for Yeoman to generate gulp plugins.

Getting Started

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

Writing Gulp Plugins

See the Writing a gulp plugin wiki page for guidelines and an example to get you started.

License

MIT License © Hector Parra (HGPA)