{ "defaultBranch": "master", "description": "", "fullName": "vic/expel", "homepage": "", "language": "Elixir", "name": "expel", "pushedAt": "2016-02-11T09:31:10Z", "stargazersCount": 0, "updatedAt": "2016-02-11T08:12:25Z", "url": "https://github.com/vic/expel"}TODO: Add description
Installation
Section titled “Installation”If available in Hex, the package can be installed as:
-
Add expel to your list of dependencies in
mix.exs:def deps do [{:expel, ”~> 0.0.1”}] end
-
Ensure expel is started before your application:
def application do [applications: [:expel]] end