Creating Command Line Applications
Play
23:48 CC

Creating Command Line Applications

#309 Aug 15, 2021 pro
As developers, chances are we are in the terminal often. Command Line Interfaces (CLI), are very helpful in streamlining our work. Ruby is a very powerful language and can make some powerful CLIs. Thor is a powerful option, but in this episode, we look at some alternatives from basic to more advanced scenarios.