Packages

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

Current section

Files

Jump to
anka README.md
Raw

README.md

Anka and its binding projects provide base model structure and macros
to increase modularity of Elixir projects with DRY principle.
[![Hex Version](https://img.shields.io/hexpm/v/anka.svg?style=flat-square)](https://hex.pm/packages/anka)
[![Docs](https://img.shields.io/badge/API-docs-orange.svg?style=flat-square&logo=elixir)](https://hexdocs.pm/anka)
[![Status](https://img.shields.io/circleci/build/github/elixir-anka/anka?style=flat-square&logo=circleci)](https://circleci.com/gh/elixir-anka/anka)
[![Hex downloads](https://img.shields.io/hexpm/dt/anka.svg?style=flat-square)](https://hex.pm/packages/anka)
[![GitHub](https://img.shields.io/badge/vcs-GitHub-blue.svg?style=flat-square&logo=github)](https://github.com/elixir-anka/anka)
[![MIT License](https://img.shields.io/hexpm/l/anka.svg?style=flat-square)](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
```