/brunch

brunch is a lightweight client side framework on top of backbone, eco, stylus and coffee-script.

Primary LanguageJavaScriptOtherNOASSERTION

Brunch

Brunch is lightweight client side framework on top of backbone, eco and stylus using coffee-script.

Installation

You'll need node.js 0.4.x and npm. Type:

npm install -g brunch

Getting Started

Create a new project by

brunch new

Then you can start the file watcher. It will compile your .coffee, .styl and .eco files on the fly after every change so you don't have to do it manually.

brunch watch

Open brunch/index.html and see you first running brunch application.

Documentation

For more information check out brunch.io.

Standing on the Shoulders of Giants

Instead of reinventing the wheel, brunch assembles awesome wheels.

Contributing build status

Install dependencies to node_modules directory

cake setup

Install brunch in your local npm repository

cake install

and run test suite via

cake test

Contact

Project twitter: @brunch, google+ page: Brunch. Feel free to contact us at Freenode #brunch in the IRC client of your choice.

License

Brunch is released under the MIT License (see LICENSE for details).