Nimbus
Additional helpers for Phoenix what were not included in Phoenix by different reasons.
Installation
Add nimbus to your list of dependencies in mix.exs:
def deps do
[{:nimbus, "~> 0.4.0"}]
endUsage
Add desired collection of helpers to your web/web.ex, e.g. collection of :view helpers:
def view do
quote do
use Phoenix.View, root: "web/templates"
use Nimbus.HTML, :view
use Nimbus.HTML, :other_html_helpers_import
end
endTo get full list of possible collections, check out docs
Documentation
Contribution
Clone repo, implement additional helpers, write tests and PR welcome!
License
The gem is available as open source under the terms of the MIT License.