Nimbus [WIP]

img

Additional helpers for Phoenix

Installation

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

Documentation

Read hexdocs.pm

License

The gem is available as open source under the terms of the MIT License.