Sha256: b579b8b3bc1c8c7a1e6bd56e9b3d0ac6035c7c1720a549d7e80f83e0261fe496
Contents?: true
Size: 645 Bytes
Versions: 2
Compression:
Stored size: 645 Bytes
Contents
Stencil ======= Project template manager. Requirements ------------ <pre> sudo gem install stencil </pre> Setup the template ------------------ You only have to do this once. <pre> git clone git@github.com:winton/gem_template.git cd gem_template stencil </pre> Setup a new project ------------------- Do this for every new project. <pre> mkdir my_project cd my_project git init stencil gem_template [BRANCH, BRANCH, ...] rake rename </pre> The last command does a find-replace (gem\_template -> my\_project) on files and filenames. Commit from project to template ------------------------------- <pre> stencil ^ [COMMIT HASH] </pre>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
stencil-0.1.5 | README.markdown |
stencil-0.1.4 | README.markdown |