What is inquirer?
"A collection of common interactive command line user interfaces."
inquirer is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 50.5 KB on disk.
Installation Guide
# Install via NPM
npm install inquirer
# Install via Yarn
yarn add inquirer