Sha256: d8d34fae6f62e4b0b3591ee09a69c26827a1b464b112c468b0b1d695e0385642

Contents?: true

Size: 504 Bytes

Versions: 1

Compression:

Stored size: 504 Bytes

Contents

Bluegreen
===========

A gem template for new projects.

Requirements
------------

<pre>
gem install stencil
</pre>

Setup the template
------------------

You only have to do this once.

<pre>
git clone git@github.com:winton/bluegreen.git
cd bluegreen
stencil
</pre>

Setup a new project
-------------------

Do this for every new project.

<pre>
mkdir my_project
git init
stencil bluegreen
rake rename
</pre>

The last command does a find-replace (gem\_template -> my\_project) on files and filenames.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bluegreen-0.0.1 README.md