Nomad
TODO: Add description
Installation
Add nomad to your list of dependencies in mix.exs:
def deps do
[{:nomad, "~> 0.0.1"}]end
Ensure nomad is started before your application:
def application do
[applications: [:nomad]]end
TODO: Add description
Add nomad to your list of dependencies in mix.exs:
def deps do
[{:nomad, "~> 0.0.1"}]end
Ensure nomad is started before your application:
def application do
[applications: [:nomad]]end