Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 343 Bytes

File metadata and controls

17 lines (12 loc) · 343 Bytes

Excalars

A collection of common Elixir scalars you often find needing.

Installation

The package can be installed by adding excalars to your list of dependencies in mix.exs:

def deps do
  [
    {:excalars, github: "wigny/excalars", tag: "v0.1.0"}
  ]
end

The docs can be found at https://wigny.github.io/excalars.