Scaffold a Website using Gulp, Sass, Coffeescript, Bootstrap and Fontawesome
npm install generator-gulp-sass-coffeescript#Gulp Sass CoffeeScript Yeoman generator
##Info
This generator creates a Web Application based on Bootstrap, by using Gulp to build your code. Take a look at the features out more.
NOTE!
You can disable CoffeeScript if you want do develop using plain JS.
##Installation
- Install Node.js
- Install Yeoman using npm install yeoman -g
- Install this generator using npm install --global generator-gulp-sass-coffeescript
##Usage
- Run generator in current project folder using yo
- Run gulp to build your Web App
##Features
- Gulp Tasks
- Twitter Bootstrap
- jQuery
- Sass Transpiler
- CoffeeScript Transpiler (optional)
- ECMAScript2015 (ES6) Transpiler (optional)
- Minifier for HTML, CSS and JS
- CSS Auto Prefixes
- Image optimization
For a full list of features check out the NPM and Bower dependencies