phoenix_ratchet

0.1.0 • Public • Published

Phoenix Ratchet

Build Status Hex Version

A Phoenix template engine for Ratchet.

View the Documentation.

Usage

  1. Install with Hex:

    def deps do
      [{:phoenix_ratchet, "~> 0.2.0"}]
    end
  2. Configure Phoenix in config/config.exs to use the Ratchet engine:

    config :phoenix, :template_engines,
      ratchet: Ratchet.Phoenix.Engine

An example project can be found at iamvery/example-ratchet-app.

Readme

Keywords

none

Package Sidebar

Install

npm i phoenix_ratchet

Weekly Downloads

1

Version

0.1.0

License

MIT

Last publish

Collaborators

  • iamvery