EnumHelper

A simple library to define atom based Enums without Ecto compatiblity

Installation

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

def deps do
  [
    {:enum_helper, "~> 1.0.0", organisation: :ngsc}
  ]
end