https://github.com/coderberry/middleman-backbone
Backbone.js template for Middleman
https://github.com/coderberry/middleman-backbone
Last synced: about 1 year ago
JSON representation
Backbone.js template for Middleman
- Host: GitHub
- URL: https://github.com/coderberry/middleman-backbone
- Owner: coderberry
- Created: 2012-02-17T16:19:14.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-02-24T17:23:35.000Z (over 14 years ago)
- Last Synced: 2025-04-28T11:23:36.243Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 146 KB
- Stars: 16
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
## Backbone Template for Middleman
[Middleman](http://middlemanapp.com) is a command-line tool for creating static websites using all the shortcuts and tools of the modern web development environment.
When creating a new Middleman project, you can choose a template. This template can be used by placing the contents into the ~/.middleman folder.
```bash
mkdir ~/.middleman
cd ~/.middleman
git clone git://github.com/cavneb/middleman-backbone.git backbone
```
Once you have the template project in ~/.middleman, you can create a new project by using the following command:
```bash
middleman init new_middleman_project --template=backbone
```
Please feel free to enhance this template or fork it.