Building Thor-like CLI in Elixir
Let’s explore and compare two possible implementations of Ruby’s Thor CLI toolkit, one using Ruby’s dynamic metaprogramming and one using Elixir macros.
Read next Exploring the Bitcoin Blockchain with Elixir and Phoenix