What is rimraf?
"A deep deletion module for node (like `rm -rf`)"
rimraf is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 254.2 KB on disk.
Installation Guide
# Install via NPM
npm install rimraf
# Install via Yarn
yarn add rimraf