README.md

# Elixir Utils

[![hex.pm](https://img.shields.io/hexpm/v/utilx.svg)](https://hex.pm/packages/utilx)
[![hex.pm](https://img.shields.io/hexpm/dt/utilx.svg)](https://hex.pm/packages/utilx)
[![hex.pm](https://img.shields.io/hexpm/l/utilx.svg)](https://hex.pm/packages/utilx)
[![github.com](https://img.shields.io/github/last-commit/marmelasoft/ex_utils.svg)](https://github.com/marmelasoft/ex_utils)

`Utilx` is a collection of Elixir helpers that offers pre-built effective
recipes for common needs when developing most applications.

## Installation

The package can be installed by adding `utilx` to your list of dependencies in
`mix.exs`:

```elixir
def deps do
  [
    {:utilx, "~> 0.6.2"}
  ]
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/utilx>.