Too Long; Didn't Read
NestJS has a built-in command-line toolkit that can be used to write DevOps scripts. In this article, I show you how to create a basic CLI using this setup. To create a command, create a module that our command will live in. To get this command to display something, import the `cowsay` library.