What is minimist?
"parse argument options"
minimist is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 53.2 KB on disk.
Installation Guide
# Install via NPM
npm install minimist
# Install via Yarn
yarn add minimist