README.md

# EnumHelper

A simple library to define atom based Enums without Ecto compatiblity

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `enum_helper` to your list of dependencies in `mix.exs`:

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