generate / generate-gulp

Generate a node.js project with a gulpfile or starter gulp plugin.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

generate-gulp NPM version

Generate a node.js project with a starter gulp plugin or gulpfile.

What is this?

This is a generate generator. Based on the same libraries as gulp, so it's faster, lighter, easier to use and author generators. Visit the generate project to learn more!

Install globally with npm:

npm i -g generate-gulp

Usage

To run the generator:

$ generate gulp

sub-generators

gulp plugin

Generate only a index.js file with the code necessary for starting a gulp plugin:

$ generate gulp plugin

gulp wrapped

Same as the gulp plugin sub-generator, but the function is wrapped allowing you to pass an instance of gulp to the plugin:

$ generate gulp wrapped

gulpfile.js

Generate only a gulpfile.js:

$ generate gulp gulpfile

dotfiles

Generate only the dotfiles necessary for a starter project:

$ generate gulp dotfiles

Related projects

generate: Project generator, for node.js.

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.

About

Generate a node.js project with a gulpfile or starter gulp plugin.

License:MIT License


Languages

Language:JavaScript 100.0%