Packages

Elixir API generation and structuring.

Current section

Files

Jump to
aesir README.md
Raw

README.md

# Aesir
Elixir API generation and structuring.
## Installation
The package can be installed
by adding `aesir_prototype` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:aesir_prototype, ">= 0.0.0"}
]
end
```