Nimbus [WIP]
Additional helpers for Phoenix
Installation
-
Add
nimbusto your list of dependencies inmix.exs:
def deps do
[{:nimbus, "~> 0.2.0"}]
end-
Ensure
nimbusis started before your application:
def application do
[applications: [:nimbus]]
endDocumentation
License
The gem is available as open source under the terms of the MIT License.