PIONE(Process-rule for Input/Output Negotiation Enviromenment) is a rule-based workflow engine and PIONE package is the package of process flow. This is the simplest PIONE package "HelloWorld".
$ gem install pione
$ pione-client https://github.com/pione/HelloWorld.git
$ pione-package --build --git-repository https://github.com/pione/HelloWorld.git --tag "v0.1.0"
$ pione-client HelloWorld[v0.1.0]~a5dd7b0d.ppg
$ pione-client https://raw.github.com/pione/HelloWorld/master/HelloWorld.pione
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request
HelloWorld package is free software distributed under MIT license.