http://qiita.com/HirofumiTamori/items/602d9b326cb4816c2fe6 の写経
If available in Hex, the package can be installed as:
-
Add vercheckex to your list of dependencies in
mix.exs
:def deps do [{:vercheckex, "~> 0.0.1"}] end
-
Ensure vercheckex is started before your application:
def application do [applications: [:vercheckex]] end