An open API service indexing awesome lists of open source software.

https://github.com/clone1018/elixir-mix-otp

Just me learning about Elixir
https://github.com/clone1018/elixir-mix-otp

Last synced: 9 months ago
JSON representation

Just me learning about Elixir

Awesome Lists containing this project

README

          

# KV

**TODO: Add description**

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:

1. Add `kv` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[{:kv, "~> 0.1.0"}]
end
```

2. Ensure `kv` is started before your application:

```elixir
def application do
[applications: [:kv]]
end
```