RSpec Project Template

2:41 PM / Comments (1) / by Nick

Who doesn't love starting a new project? It's exciting. Loads of fun! But it's a bit of a pain in the ass to have to setup the project's directory structure, a rake-file, a spec-helper, etc each time.

To make life a bit easier when starting a new [non-Rails] Ruby project, I've released ruby_project_template. Anyone can use it as a base from which to start new Ruby projects that use RSpec for testing/speccing.

It's quite basic, but that's because you don't need, or want, much to start with.

By the way, ruby_project_template is hosted at Github, which means that you need Git to be installed.

To get going, just click on ruby_project_template, read the short readme, and you'll be off to the races!

1 comments:

rtlechow @ January 19, 2009 3:09 PM

You might also like:
http://snk.tuxfamily.org/lib/inochi/
http://seattlerb.rubyforge.org/hoe/
http://codeforpeople.rubyforge.org/bones/
http://newgem.rubyforge.org/

Inochi does the templating thing, and also the publishing thing (gem builds, announcements).