An open API service indexing awesome lists of open source software.

https://github.com/joakin/boring-brunch

A brunch skeleton featuring JS, Less and Handlebars. Generators included.
https://github.com/joakin/boring-brunch

Last synced: about 1 year ago
JSON representation

A brunch skeleton featuring JS, Less and Handlebars. Generators included.

Awesome Lists containing this project

README

          

Boring brunch
=============

Boring brunch is a skeleton (boilerplate) for [Brunch](http://brunch.io).
It is based on the [Backbone](http://backbonejs.org/) framework.

Requires Brunch 1.4+.

## Getting started
* Create new project via executing `brunch new -s https://github.com/joakin/boring-brunch.git`.
* `cd && npm install`
* Build the project with `brunch b` or `brunch w`.
* Open the `public/` dir to see the result.
* Write your code.

## Features
* HTML5Boilerplate 4.0.0 html.
* Blank less with less prefixer included (include your fwk of preference).
* Plain old JS + LESS + Handlebars as app languages
(you can change this to anything you want)
* Backbone as main framework
* Modules for plain functional style namespaces
* Extended model, view and collection classes, so that you can extend the base
as you may whenever you want.
* Tests with mocha and chai
* JS generators for all views, models, collections, modules, templates and
styles.

## Missing
* Among other things, I want to add jshint support, and who knows what else

## License
The MIT license.

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.