Utility Belt

A set of functions / macros for easily building applications.

Installation

UtilityBelt can be installed by adding utility_belt to your list of dependencies in mix.exs:

def deps do
  [
    {:utility_belt, "~> 0.1.0"}
  ]
end

Online docs can be found at https://hexdocs.pm/utility_belt.