[go: up one dir, main page]

Skip to content
/ rul_ex Public

A simple to use, simple to extend rules engine, written in Elixir.

License

Notifications You must be signed in to change notification settings

ojizero/rul_ex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RulEx

A simple to use, simple to extend rules engine, written in Elixir.

Installation

If available in Hex, the package can be installed by adding rul_ex to your list of dependencies in mix.exs:

def deps do
  [
    {:rul_ex, "~> 1.0.0"},
    # In order to use the default encoding, if you don't wish to use Jason
    # you can use any module you want that implements the same APIs as
    # Jason and configure the application environment [:rul_ex, RulEx.Encoding.Json]
    # configuration.
    {:jason, "~> 1.2"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/rul_ex.

Note to anyone wanting to use this:

If I would've needed this in a real life example I would probabl use it, however, this is not battle-tested, and was conceived just as means to have a fun side thing to do that didn't consume too much time/effort from me.

About

A simple to use, simple to extend rules engine, written in Elixir.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages