Build your own NodeJS CLI & 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...
griffinannshual.hashnode.dev3 min read