Brunch is lightweight client side framework on top of backbone, eco and stylus using coffee-script.
You'll need node.js 0.4.x and npm. Type:
npm install -g brunch
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.
For more information check out brunch.io.
Instead of reinventing the wheel, brunch assembles awesome wheels.
Install dependencies to node_modules directory
cake setupInstall brunch in your local npm repository
cake installand run test suite via
cake testProject twitter: @brunch, google+ page: Brunch. Feel free to contact us at Freenode #brunch in the IRC client of your choice.
Brunch is released under the MIT License (see LICENSE for details).
