Skip to content

LegionIO/lex-conditioner

Repository files navigation

Legion::Extensions::Conditioner

A core Legion Extension used to evaluate conditions for sub tasks to run

Installation

Add this line to your application's Gemfile:

gem 'lex-conditioner'

And then execute:

$ bundle install

Or install it yourself as:

$ gem install lex-conditioner

Adding to Legion

You can manually install with a gem install lex-http command or by adding it into your settings with something like this

{
  "extensions": {
    "conditioner": {
      "enabled": true, "workers": 1
    }
  }
}

Usage

License

The gem is available as open source under the terms of the MIT License.