middleman-backbone

Backbone.js template for Middleman

Stars
16

Backbone Template for Middleman

Middleman 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.

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:

middleman init new_middleman_project --template=backbone

Please feel free to enhance this template or fork it.