TODO: Add description
If available in Hex, the package can be installed as:
-
Add new_relixir to your list of dependencies in
mix.exs
:def deps do [{:new_relixir, "~> 0.0.1"}] end
-
Ensure new_relixir is started before your application:
def application do [applications: [:new_relixir]] end