<p align="center">
<picture>
<source srcset="https://raw.githubusercontent.com/zander-br/ex_essentials/main/assets/ex_essentials.png">
<img alt="Oban logo" src="https://raw.githubusercontent.com/zander-br/ex_essentials/main/assets/ex_essentials.png" width="320">
</picture>
</p>
<p align="center">
ExEssentials is a powerful utility library for Elixir that serves as a true toolbox — bringing together a collection of generic, reusable, and ready-to-use helpers to accelerate Elixir application development.
</p>
<p align="center">
Designed with a strong focus on productivity and organization, ExEssentials helps you write cleaner, more maintainable code while saving valuable development time.
</p>
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `ex_essentials` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:ex_essentials, "~> 0.1.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/ex_essentials>.