Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 645 Bytes

README.markdown

File metadata and controls

44 lines (32 loc) · 645 Bytes

Stencil

Project template manager.

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
cd my_project
git init
stencil gem_template [BRANCH, BRANCH, ...]
rake rename

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

Commit from project to template

stencil ^ [COMMIT HASH]