Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 258 Bytes

File metadata and controls

13 lines (10 loc) · 258 Bytes

Elixir Utils

This library is a collection of various utility modules that we want to reuse across all of our Elixir projects.

Installation

def deps do
  [
    {:elixir_utils, git: "git@github.com:rum-and-code/elixir-utils.git"}
  ]
end