Using Node.js readline to create a basic CLI app with Async await example

Node.js can be used for multiple purposes, creating a Command Line Interface (CLI) app is one…