README.md
# Mune
[](https://circleci.com/gh/zachdaniel/mune)
[](http://inch-ci.org/github/zachdaniel/mune)
[](https://coveralls.io/github/zachdaniel/mune)
[](https://hex.pm/packages/mune)
[](https://ebertapp.io/github/zachdaniel/mune)
Mune is pretty straightforward. Take a look at the utilities in the `Mune`
module in the hex documentation to see what is available.
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `mune` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:mune, "~> 0.2.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/mune](https://hexdocs.pm/mune).