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