README.md
Anka and its binding projects provide base model structure and macros
to increase modularity of Elixir projects with DRY principle.
[](https://hex.pm/packages/anka)
[](https://hexdocs.pm/anka)
[](https://circleci.com/gh/elixir-anka/anka)
[](https://hex.pm/packages/anka)
[](https://github.com/elixir-anka/anka)
[](LICENSE.txt)
---
**`Installation`**
The package is [available in Hex](https://hex.pm/packages/anka), it can be installed
by adding `:anka` to your list of dependencies in `mix.exs`:
```elixir
def deps() do
[
{:anka, "~> 0.1.1"}
]
end
```