Installation
To install Genex, add an entry to your mix.exs
:
def deps do
[
# ...
{:genex, "~> 0.1.0"}
]
Implementation Module
Genex requires an implementation module. Please see the Getting Started guide for more information.
Configuration
Genex offers a variety of configuration options. Please see the configuration guide for more information.