No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Jonathan Arnett 217ff6d0ac Initial commit
2015-09-29 18:00:37 -04:00
config Initial commit 2015-09-29 18:00:37 -04:00
lib Initial commit 2015-09-29 18:00:37 -04:00
test Initial commit 2015-09-29 18:00:37 -04:00
.gitignore Initial commit 2015-09-29 18:00:37 -04:00
mix.exs Initial commit 2015-09-29 18:00:37 -04:00
mix.lock Initial commit 2015-09-29 18:00:37 -04:00
README.md Initial commit 2015-09-29 18:00:37 -04:00

Spellbot

TODO: Add description

Installation

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

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

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

  2. Ensure spellbot is started before your application:

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