generator-gulp
v0.2.0
Published
Yeoman generator for kickstarting a gulp plugin, or a basic node.js project with a gulpfile.js.
Downloads
5
Readme
generator-gulp
Yeoman generator for kickstarting a gulp plugin, or a basic node.js project with a gulpfile.js.
Install globally with npm:
npm i -g generator-gulp
Usage
$ yo gulp
Other useful generators
- generator-verb: Kickstart documentation for any project! This is the official Yeoman generator for Verb, the zero-configuration markdown docs generator that is extremely easy to use and extend.
- generator-base: Generator for creating Yeoman generators that are capable of remembering certain user answers, resulting in a better user experience. Generators come with the basic necessities, including tests and docs.
Running tests
Install dev dependencies:
npm i -d && npm test
Contributing
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue
Author
Jon Schlinkert
License
Copyright (c) 2015 Jon Schlinkert
Released under the MIT license
This file was generated by verb-cli on April 08, 2015.