Exdash

Build Status Coverage Status hex.pm version hex.pm downloads

Installation

  1. Add exdash to your list of dependencies in mix.exs:
def deps do
[{:exdash, "~> 0.0.1"}]
end
  1. Ensure exdash is started before your application:
def application do
[applications: [:exdash]]
end