Popularity
8.2
Stable
Activity
0.0
Stable
248
10
62

Programming language: Elixir

koans alternatives and similar packages

Based on the "Examples and funny stuff" category.
Alternatively, view koans alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of koans or a related project?

Add another 'Examples and funny stuff' Package

README

elixir-koans

Discover elixir lang by replacing "_?" and "assert?" to make tests pass.

Install

  $ git clone [email protected]:dojo-toulouse/elixir-koans.git
  $ cd elixir-koans

Get deps

  $ mix deps.get

Compile

  $ mix compile

Launch

You can safely ignore warnings

  $ mix test

or

Launch with reload

 $ mix test.watch

Note: On Linux you may need to install inotify-tools for test.watch task.

Advanced mix test options