CLI apps in Elixir. Part 1
From a programmer's perspective, one of the simplest and most flexible ways to interact with a computer is through a terminal. By only using plain text to get input and provide outputs, the program's interface not only becomes easy to reason about bu...
brewingelixir.com8 min read
Rodrigo Zampieri Castilho
Elixir
Good article! Take a look at the Do It library, it’s a work in progress, but makes creating CLI's much easier.