Bluegreen =========== A gem template for new projects. Requirements ------------
gem install stencilSetup the template ------------------ You only have to do this once.
git clone git@github.com:winton/bluegreen.git cd bluegreen stencilSetup a new project ------------------- Do this for every new project.
mkdir my_project git init stencil bluegreen rake renameThe last command does a find-replace (gem\_template -> my\_project) on files and filenames.