What is commander?
"the complete solution for node.js command-line programs"
commander is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 203.8 KB on disk.
Installation Guide
# Install via NPM
npm install commander
# Install via Yarn
yarn add commander