Add basic file watcher to run koans

This commit is contained in:
Uku Taht
2015-12-17 01:03:05 +00:00
parent cbede62727
commit 94ff8b63b4
4 changed files with 25 additions and 2 deletions

View File

@@ -2,7 +2,10 @@ defmodule Mix.Tasks.Meditate do
use Mix.Task
def run(_) do
Application.ensure_all_started(:elixir_koans)
Watcher.start
Runner.run
:timer.sleep(:infinity)
end
end