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 <|:)
- Host: GitHub
- URL: https://github.com/rubyworks/sourcery
- Owner: rubyworks
- Created: 2009-08-17T18:36:06.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2012-06-18T16:35:09.000Z (almost 14 years ago)
- Last Synced: 2025-03-10T08:51:47.347Z (about 1 year ago)
- Language: Ruby
- Homepage: http://rubyworks.github.com/sourcery
- Size: 637 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
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.