ExEssentials logo

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.

Designed with a strong focus on productivity and organization, ExEssentials helps you write cleaner, more maintainable code while saving valuable development time.

Installation

If available in Hex, the package can be installed by adding ex_essentials to your list of dependencies in mix.exs:

def deps do
  [
    {:ex_essentials, "~> 0.10.1"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/ex_essentials.