ruote-library
A process library for Ruote
Usage
require 'ruote-library'
library = Ruote::ProcessLibrary.new("/path/to/processes")
radial_pdef = library.fetch "some_process"
dashboard.launch(radial_pdef, workitem, vars)
Contributing
Contributions are most welcome - please follow this convention:
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request