Installs and configures Jido in your project.
$ mix jido.install
This task will:
- Add Jido configuration to
config/config.exs - Create a
<YourApp>.Jidoinstance module - Optionally add
<YourApp>.Jidoto your application's supervision tree - Optionally generate an example agent
Options
--no-supervisor- Skip adding Jido instance to the supervision tree--example- Generate an example agent module
Examples
$ mix jido.install
$ mix jido.install --example
$ mix jido.install --no-supervisor