README.md
# Annex
[![Build Status](https://travis-ci.com/elbow-jason/annex.svg?branch=master)](https://travis-ci.com/elbow-jason/annex)
[![Coverage Status](https://coveralls.io/repos/github/elbow-jason/annex/badge.svg?branch=master)](https://coveralls.io/github/elbow-jason/annex?branch=master)
Don't use this lib yet. It will be ready for use by ElixirConf 2019 (27 AUG 2019).
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `annex` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:annex, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/annex](https://hexdocs.pm/annex).