JediHelpers

A collection of general-purpose helpers for Elixir projects, designed to make your codebase cleaner and more reusable. Includes utilities for working with changesets and common functional patterns.

Features

Installation

Add :jedi_helpers to your list of dependencies in mix.exs:

def deps do
[
{:jedi_helpers, "~> 0.2.5"}
]
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/jedi_helpers>.