Sha256: c0c260ef823abfdafc66cef9c64cab2d0053b148d3442ba4b0af2d8293ae6ffb

Contents?: true

Size: 547 Bytes

Versions: 2

Compression:

Stored size: 547 Bytes

Contents

# ruote-library

A process library for Ruote

## Usage

```ruby
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:

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ruote-library-1.1.0 README.md
ruote-library-1.0.0 README.md