rimraf

Deep deletion (like rm -rf) module for Node.js

Install

All systems
curl cmd.cat/rimraf.sh
Debian Debian
apt-get install node-rimraf
Ubuntu
apt-get install node-rimraf
image/svg+xml Kali Linux
apt-get install node-rimraf
Windows (WSL2)
sudo apt-get update sudo apt-get install node-rimraf
Raspbian
apt-get install node-rimraf

node-rimraf

Deep deletion (like rm -rf) module for Node.js

node-rimraf is a Node.js module that provides asynchronous deep-deletion of files and directories. The `rimraf` executable is a faster alternative to the `rm -rf` shell command. Node.js is an event-based server-side javascript engine.