Skip to content

iamvery/phoenix_jank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phoenix Jank

Build Status Hex Version

Phoenix integration with Jank client library.

View the Documentation.

Usage

  1. Install with Hex:

    def deps do
      [{:phoenix_jank, "~> 0.1.0"}]
    end

TODO add more usage docs

Release

  1. Bump the version in mix.exs.

  2. Bump the version in package.json.

  3. Add version to CHANGELOG.

  4. Commit version with Git tag vX.X.X.

  5. Publish to Hex

    $ mix do hex.publish, hex.publish docs
    
  6. Publish to npm

    $ npm publish