What is process.argv?
"light-weight CLI arguments parser"
process.argv is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 8.1 KB on disk.
Installation Guide
# Install via NPM
npm install process.argv
# Install via Yarn
yarn add process.argv