Sha256: a3f0738c7729703af4ba88be0be858e16940524edd38b7859980788ab87c9e47
Contents?: true
Size: 1.04 KB
Versions: 1
Compression:
Stored size: 1.04 KB
Contents
h1. yapra h1. → 'yapra' h2. What Yet Another "Pragger":http://pragger.ikejisoft.com/ implementation. h2. Installing <pre syntax="ruby">sudo gem install yapra</pre> h2. The basics h2. Demonstration of usage h3. Use command <pre syntax="ruby">yapra -c config_file.yml</pre> This command looks like "Pragger":http://pragger.ikejisoft.com/ h3. Use 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 "http://www.fraction.jp/trac/rana2/wiki/Yapra":http://www.fraction.jp/trac/rana2/wiki/Yapra h2. Build and test instructions <pre>cd yapra rake test 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":mailto:yuanyin-at-fraction-dot-jp email via the "forum":http://groups.google.com/group/yapra
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
yapra-0.1.0 | website/index.txt |