nimbusex

Additional helpers for Phoenix what were not included in Phoenix by different reasons.

MIT License

Downloads
245
Stars
12

Nimbusex

Additional helpers for Phoenix what were not included in Phoenix by different reasons.

Installation

Add nimbusex to your list of dependencies in mix.exs:

def deps do
  [{:nimbusex, "~> 0.4.0"}]
end

Usage

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 Nimbusex.HTML, :view
      use Nimbusex.HTML, :other_html_helpers_import
    end
  end

To get full list of possible collections, check out docs

Documentation

Read hexdocs.pm

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.