jvantuyl / extra_enum

Library of extra enumerables for Elixir.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ExtraEnum

Extra Enumerables to help with various tasks.

Usage

Use just like any other library. See individual module docs for details on functionality.

Installation

This package is available in Hex. The package can be installed by adding extra_enum to your list of dependencies in mix.exs:

def deps do
  [
    {:extra_enum, "~> 0.1.1"}
  ]
end

Documentation is generated with ExDoc and published on HexDocs. The docs can be found at https://hexdocs.pm/extra_enum.

About

Library of extra enumerables for Elixir.

License:MIT License


Languages

Language:Elixir 100.0%