Path: | website/index.txt |
Last Update: | Fri Nov 28 01:24:31 +0000 2008 |
h1. yapra
h1. &x2192; ‘yapra‘
h2. What
Yet Another "Pragger":pragger.ikejisoft.com/ implementation.
h2. Installing
<pre syntax="ruby">sudo gem install yapra</pre>
h2. The basics
h2. Demonstration of usage
h3. Use on command
<pre syntax="ruby">yapra -c config_file.yml</pre>
This command looks like "Pragger":pragger.ikejisoft.com/
h3. Use in your application
<pre syntax="ruby">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)</pre>
h2. Forum
"www.fraction.jp/trac/rana2/wiki/Yapra":http://www.fraction.jp/trac/rana2/wiki/Yapra
h2. Build and test instructions
<pre>cd yapra rake spec rake install_gem</pre>
h2. License
This code is free to use under the terms of the MIT license.
h2. Contact
Comments are welcome. Send an email to "Yuanying":yuanyin-at-fraction-dot-jp email via the "forum":groups.google.com/group/yapra