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

https://github.com/katt/brunch-handlebars-stylus-coffee


https://github.com/katt/brunch-handlebars-stylus-coffee

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

Brunch with handlebars, Stylus & CoffeeScript
===========================

Super minimal brunch skeleton that includes handlebars and stylus plugins.

Forked from [brunch-jade-stylus-coffeescript](https://github.com/KATT/brunch-jade-stylus-coffee) and replaced Jade with Handlebars.

## Languages

- [CoffeeScript](http://coffeescript.org/)
- [Stylus](http://learnboost.github.com/stylus/)
- [Handlebars](http://handlebarsjs.com/)

## Features

-

## Plugins

- [Brunch Auto-Reload](https://github.com/brunch/auto-reload-brunch)

## Getting started

```bash
mkdir
cd
brunch new gh:KATT/brunch-handlebars-stylus-coffee
npm install
brunch w -s
```