Phoenix Ratchet
A Phoenix template engine for Ratchet.
View the Documentation.
Usage
-
Install with Hex:
def deps do[{:phoenix_ratchet, "~> 0.2.0"}]end -
Configure Phoenix in
config/config.exsto use the Ratchet engine:config :phoenix, :template_engines,ratchet: Ratchet.Phoenix.Engine
An example project can be found at iamvery/example-ratchet-app.
Release
-
Bump the version in
mix.exs. -
Commit version with Git tag
vX.X.X. -
Publish to Hex
$ mix do hex.publish, hex.docs