phoenix_ratchet

Phoenix template engine for Ratchet


License
MIT

Documentation

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.

Release

  1. Bump the version in mix.exs.
  2. Commit version with Git tag vX.X.X.
  3. Publish to Hex

    $ mix hex.publish docs