0.0.3 • Published 10 years ago

generator-big-gulp v0.0.3

Weekly downloads
5
License
MIT
Repository
github
Last release
10 years ago

Big Gulp

Build Status

An awesome Yeoman generator for a simple gulpfile for Sass, CSS, and js. It can be incorporated with existing apps, or be used on a fresh project to get up and running with gulp.

This generator will create a gulpfile.js in your current directory and optionally add npm dependencies for Gulp plugins. There's also an option to generate the following project structure:

dist/
  -- js/
  -- css/
js/
scss/

Installation

npm install -g generator-big-gulp
If you don't have npm and yo installed
  1. Install npm.
  • Install yo with $ npm install -g yo
Initiate the generator:
yo big-gulp

License

MIT

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Crafted with <3 by John Otander (@4lpine).

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago