README.md
# Moar
[](https://github.com/synchronal/moar/actions)
[](https://hex.pm/packages/moar)
[](https://github.com/synchronal/moar/blob/main/LICENSE.md)
A collection of useful functions.
The docs can be found at <https://hexdocs.pm/moar>
## Installation
The package can be installed by adding `moar` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:moar, "~> 0.1.0"}
]
end
```