https://github.com/doches/generator-chassis
A Yeoman generator for Coffeescript, Less, Handlebars, Bower, Gulp, and BrowserSync
https://github.com/doches/generator-chassis
Last synced: 3 months ago
JSON representation
A Yeoman generator for Coffeescript, Less, Handlebars, Bower, Gulp, and BrowserSync
- Host: GitHub
- URL: https://github.com/doches/generator-chassis
- Owner: doches
- Created: 2015-06-18T09:34:12.000Z (about 11 years ago)
- Default Branch: develop
- Last Pushed: 2015-07-29T13:52:57.000Z (almost 11 years ago)
- Last Synced: 2025-03-15T01:36:23.473Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 160 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# generator-chassis [](https://travis-ci.org/doches/generator-chassis)
A [Yeoman](http://yeoman.io) generator for scaffolding ready-to-rock webapps, with built-in support for:
+ Live reload for HTML and Javascript, plus automatic CSS injection, using [BrowserSync](http://www.browsersync.io).
+ Coffeescript compilation with `gulp-coffee`.
+ Less compilation, with easy-to-configure includes, using `gulp-less`.
+ [Handlebars](http://handlebarsjs.com) templates.
+ Automatic injection of [Bower](http://bower.io) components into your HTML.
+ PNG opimisation using [OptiPNG](http://optipng.sourceforge.net).
## 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