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-gulp
npm
and yo
installed
If you don't have - Install npm.
- Install yo with
$ npm install -g yo
Initiate the generator:
yo big-gulp
License
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).