yapra
Get Version
0.1.2→ ‘yapra’
What
Yet Another Pragger implementation.
Installing
sudo gem install yapra
The basics
Demonstration of usage
Use on command
yapra -c config_file.yml
This command looks like Pragger
Use in your application
require 'yapra/runtime' require 'yapra/config' config = YAML.load(config_file) config = Yapra::Config.new(config) Yapra::Runtime.logger = Logger.new(STDOUT) yapra = Yapra::Runtime.new(config.env) yapra.execute(config.pipeline_commands)
Forum
http://www.fraction.jp/trac/rana2/wiki/Yapra
Build and test instructions
cd yapra rake spec rake install_gem
License
This code is free to use under the terms of the MIT license.
Contact
Comments are welcome. Send an email to Yuanying email via the forum
Yuanying Ohtsuka, 24th July 2008
Theme extended from Paul Battley