A Hedwig chatbot for the Indy Elixir Flowdock flow.
$ git clone [email protected]:indyelixir/elix.git
$ cd elix
$ mix deps.get
In development, you can interact with Elix via the console adapter:
$ mix run --no-halt
Hedwig Console - press Ctrl+C to exit.
steve> elix ping
elix> pong
steve> elix ship it
elix> https://img.skitch.com/20111026-r2wsngtu4jftwxmsytdke6arwd.png
$ mix test
- Fork it!
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'A new feature!'
) - Push to the branch (
git push origin my-new-feature
) - Open a new Pull Request