https://github.com/katt/brunch-handlebars-stylus-coffee
https://github.com/katt/brunch-handlebars-stylus-coffee
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/katt/brunch-handlebars-stylus-coffee
- Owner: KATT
- Created: 2014-04-01T09:40:34.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-01T10:09:08.000Z (about 12 years ago)
- Last Synced: 2024-10-05T16:42:23.777Z (over 1 year ago)
- Language: CSS
- Size: 141 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```