What is arg?
"Unopinionated, no-frills CLI argument parser"
arg is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 13.3 KB on disk.
Installation Guide
# Install via NPM
npm install arg
# Install via Yarn
yarn add arg