File: index.txt

package info (click to toggle)
yapra 0.1.2-7
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 620 kB
  • ctags: 449
  • sloc: ruby: 3,572; makefile: 9
file content (57 lines) | stat: -rw-r--r-- 1,073 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
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 on command

<pre syntax="ruby">yapra -c config_file.yml</pre>

This command looks like "Pragger":http://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

"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 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":mailto:yuanyin-at-fraction-dot-jp email via the "forum":http://groups.google.com/group/yapra