Anka and its binding projects provide base model structure and macros to increase modularity of Elixir projects with DRY principle.

Hex VersionDocsStatusHex downloadsGitHubMIT License


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