Phoenix Jank
Phoenix integration with Jank client library.
View the Documentation.
Usage
-
Install with Hex:
def deps do[{:phoenix_jank, "~> 0.1.0"}]end
TODO add more usage docs
Release
-
Bump the version in
mix.exs
. -
Bump the version in
package.json
. -
Add version to CHANGELOG.
-
Commit version with Git tag
vX.X.X
. -
Publish to Hex
$ mix do hex.publish, hex.publish docs
-
Publish to npm
$ npm publish