Skip to content
Oeiuwq Faith Blog OpenSource Porfolio

vic/expel.json
{
"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

If available in Hex, the package can be installed as:

  1. Add expel to your list of dependencies in mix.exs:

    def deps do [{:expel, ”~> 0.0.1”}] end

  2. Ensure expel is started before your application:

    def application do [applications: [:expel]] end