Gulp Sass CoffeeScript Yeoman Generator

raw JSON →
0.4.2 verified Fri May 01 auth: no javascript

A Yeoman generator to scaffold a web application using Gulp, Sass, CoffeeScript (optional), Bootstrap, Font Awesome, and jQuery. Current stable version is 0.4.2, with low release cadence. Key differentiators: includes optional ES6 transpilation, CSS autoprefixing, HTML/CSS/JS minification, and image optimization out of the box. Designed for developers wanting a quick Bootstrap-based project setup with Gulp build pipeline.

npm install generator-gulp-sass-coffeescript
yarn add generator-gulp-sass-coffeescript
pnpm add generator-gulp-sass-coffeescript

Install the generator globally, create a new project directory, run the generator, then build the default gulp tasks.

npm install -g yo generator-gulp-sass-coffeescript
mkdir my-project && cd my-project
yo gulp-sass-coffeescript
gulp