Skip to content

Files

Latest commit

07c54ba · Jan 5, 2016

History

History

core

Core

TODO: Add description

Installation

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

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

    def deps do [{:core, "~> 0.0.1"}] end

  2. Ensure core is started before your application:

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