Phoenix Ratchet

Build Status Hex Version

A Phoenix template engine for Ratchet.

Usage

  1. Install with Hex:

    def deps do
    [{:ratchet, "~> 0.0.1"}]
    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.