Bluegreen =========== 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/bluegreen.git
cd bluegreen
stencil
Setup a new project ------------------- Do this for every new project.
mkdir my_project
git init
stencil bluegreen
rake rename
The last command does a find-replace (gem\_template -> my\_project) on files and filenames.