What is shelljs?
"Portable Unix shell commands for Node.js"
shelljs is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 148.5 KB on disk.
Installation Guide
# Install via NPM
npm install shelljs
# Install via Yarn
yarn add shelljs