Packages

Create cloud portable Elixir and Phoenix apps. Write once, use everywhere!

Current section

Files

Jump to
nomad README.md
Raw

README.md

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