anka v0.1.2 Anka View Source
Anka and its binding projects provide base model structure and macros to increase modularity of Elixir projects with DRY principle.
Installation
The package is available in Hex, it can be installed
by adding :anka
to your list of dependencies in mix.exs
:
def deps() do
[
{:anka, "~> 0.1.1"}
]
end