Project

sourcery

0.0
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
Sourcery puts a spell-casting layer between the code you write and the code you ship. Using ERB templating in this layer lets you write highly meta-magical code.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

 Project Readme

Sourcery

Home / Learn / Browse / Discuss

DESCRIPTION

Sourcery gives you the power to code Ruby at a higher plane of reality, thanks to the magic of dotRuby and eRuby.

INSTRUCTION

In your Ruby project add a src/ directory, or if you have a prexisting lib directory copy it to src/ instead (cp -r lib src). From now on only edit the files in src/, NEVER edit lib files.

After editing src/ files run:

$ sourcery

All the src files will be rendered and saved to lib.

INSTALLATION

To install with RubyGems simply open a console and type:

$ gem install sourcery

COPYRIGHT & LICENSE

Copyright (c) 2009 Rubyworks

This program is ditributable in accorance with the BSD-2-Clause license.

See COPYING.rdoc file for details.