Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 520 Bytes

README.md

File metadata and controls

36 lines (26 loc) · 520 Bytes

GemTemplate

A gem template for new projects.

Requirements

sudo gem install stencil

Setup the template

You only have to do this once.

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

Setup a new project

Do this for every new project.

mkdir my_project
git init
stencil gem_template
rake rename

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