An open API service indexing awesome lists of open source software.

https://github.com/rubyworks/sourcery

Coding on a higher plane of reality <|:)
https://github.com/rubyworks/sourcery

Last synced: about 1 year ago
JSON representation

Coding on a higher plane of reality <|:)

Awesome Lists containing this project

README

          

# Sourcery

[Home](http://rubyworks.github.com/sourcery) /
[Learn](http://rubydoc.info/gems/sourcery) /
[Browse](http://github.com/proutils/sourcery) /
[Discuss](http://googlegroups.com/group/rubyworks-mailinglist)

## 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.