generator-gulpfile

0.1.0 • Public • Published

generator-gulpfile Build Status

A Gulpfile generator for Yeoman.

Info

This generator creates a Gulpfile.js file, currently based on the type of project you are building (web or node).

generator-gulpfile is being improved to have more features. If you think that it should include more tasks by default, I'll gladly accept a pull request or an issue :)

Install

To install generator-gulpfile from npm, run:

$ npm install -g generator-gulpfile

Finally, initiate the generator:

$ yo gulpfile

Features

  • Choose between node or browser app project
  • Node app includes tasks for jshint and mocha (more to come)
  • Browser app includes tasks for jshint, watch, local http server, livereload (more to come)

License

MIT License

Readme

Keywords

none

Package Sidebar

Install

npm i generator-gulpfile

Weekly Downloads

2

Version

0.1.0

License

none

Last publish

Collaborators

  • rogeriopvl