Initial commit

This commit is contained in:
Uku Taht
2015-12-15 17:53:27 +00:00
commit ae6b5a7f19
10 changed files with 168 additions and 0 deletions

19
README.md Normal file
View File

@@ -0,0 +1,19 @@
# ElixirKoans
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:
1. Add elixir_koans to your list of dependencies in `mix.exs`:
def deps do
[{:elixir_koans, "~> 0.0.1"}]
end
2. Ensure elixir_koans is started before your application:
def application do
[applications: [:elixir_koans]]
end