generator-chassis
v0.1.0
Published
Yeoman generator for handlebars + gulp + less + coffeescript
Downloads
2
Maintainers
Readme
generator-chassis
A Yeoman generator for scaffolding ready-to-rock webapps, with built-in support for:
- Live reload for HTML and Javascript, plus automatic CSS injection, using BrowserSync.
- Coffeescript compilation with
gulp-coffee
. - Less compilation, with easy-to-configure includes, using
gulp-less
. - Handlebars templates.
- Automatic injection of Bower components into your HTML.
- PNG opimisation using OptiPNG.
Getting started
Install yeoman and the chassis generator:
npm install -g yo generator-chassis
scaffold out your project with:
yo chassis
Answer a few easy questions, then kick off a development server with:
gulp dev
\m/
When you're ready to deploy, build a release version of your site with:
gulp dist