README.md
# Repo example for Elixir
[](https://hex.pm/packages/repo_example)
[](https://github.com/surgeventures/repo-example-elixir/blob/master/LICENSE.md)
[](https://circleci.com/gh/surgeventures/repo-example-elixir/tree/master)
[](https://codecov.io/gh/surgeventures/repo-example-elixir/branch/master)
**An example open source Elixir application.**
## Installation
Add `repo_example` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:repo_example, "~> x.y.z"}
]
end
```
## Documentation
The documentation can be found on [HexDocs](https://hexdocs.pm/repo_example).