A Breakdown of HTTP Clients in Elixir by Andrea Leopardi Paraxial.io case study series

DoIt - Elixir Command Line Interface Framework

With DoIt you can generate nice CLI tools in Elixir. You have two ways two package your CLI:

  • escript: Generate an executable to run in any machine that has Erlang/OTP installed.
  • burrito-elixir: Generate a single binary with all dependencies.

https://github.com/rzcastilho/do_it