README.md
# Elixir Toolkit
[![hex.pm](https://img.shields.io/hexpm/v/ex_toolkit.svg)](https://hex.pm/packages/ex_toolkit)
[![hex.pm](https://img.shields.io/hexpm/dt/ex_toolkit.svg)](https://hex.pm/packages/ex_toolkit)
[![hex.pm](https://img.shields.io/hexpm/l/ex_toolkit.svg)](https://hex.pm/packages/ex_toolkit)
[![github.com](https://img.shields.io/github/last-commit/marmelasoft/ex_toolkit.svg)](https://github.com/marmelasoft/ex_toolkit)
`ExToolkit` 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 `ex_toolkit` to your list of dependencies in
`mix.exs`:
```elixir
def deps do
[
{:ex_toolkit, "~> 0.9.9"}
]
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_toolkit>.