0.0.3 • Published 11 years ago
generator-big-gulp v0.0.3
Big Gulp
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-gulpIf you don't have npm and yo installed
- Install npm.
- Install yo with
$ npm install -g yo
Initiate the generator:
yo big-gulpLicense
MIT
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request
Crafted with <3 by John Otander (@4lpine).