h1. yapra h1. → 'yapra' h2. What Yet Another "Pragger":http://pragger.ikejisoft.com/ implementation. h2. Installing
sudo gem install yaprah2. The basics h2. Demonstration of usage h3. Use on command
yapra -c config_file.ymlThis command looks like "Pragger":http://pragger.ikejisoft.com/ h3. 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)h2. Forum "http://www.fraction.jp/trac/rana2/wiki/Yapra":http://www.fraction.jp/trac/rana2/wiki/Yapra h2. Build and test instructions
cd yapra rake spec rake install_gemh2. License This code is free to use under the terms of the MIT license. h2. Contact Comments are welcome. Send an email to "Yuanying":mailto:yuanyin-at-fraction-dot-jp email via the "forum":http://groups.google.com/group/yapra