Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.17 KB

README.md

File metadata and controls

28 lines (20 loc) · 1.17 KB

Ripe

Gem Version Build Status Code Climate Test Coverage Inline docs

ripe provides a domain-specific language (DSL) allowing the simple definition of a pipeline in Ruby consisting of tasks defined in shell, Liquid or ERB templating. ripe then spits out scripts that you can distribute across your compute cluster of choice.

Installation

Install it yourself as:

$ gem install ripe

Usage

TODO: Write usage instructions here

Contributing

  1. Fork it ( https://github.com/ndejay/ripe/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request