README.md
# WuunderUtils
Contains a set of modules that makes Elixir development more fun and productive.
![Build status](https://github.com/wuunder/wuunder_utils/actions/workflows/ci.yml/badge.svg)
[![Hex.pm](https://img.shields.io/hexpm/v/wuunder_utils.svg)](https://hex.pm/packages/wuunder_utils)
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `wuunder_utils` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:wuunder_utils, "~> 0.9.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/wuunder_utils>.