Hono

A gem template for new projects.

Requirements


gem install stencil

Setup the template

You only have to do this once.


git clone git@github.com:winton/hono.git
cd hono
stencil

Setup a new project

Do this for every new project.


mkdir my_project
git init
stencil hono
rake rename

The last command does a find-replace (gem_template -> my_project) on files and filenames.