Creating a Node.js CLI and Publish
Would you like to create a CLI (Command Line Interface) application with your friends? Follow these steps to get started:
Create a new directory for your CLI app :
mkdir cli-app
cd cli-app
npm init
Install the necessary packages for beautiful t...
akshaygore.hashnode.dev3 min read