node-rimraf

Deep deletion (like rm -rf) module for Node.js
  https://github.com/isaacs/rimraf
  0
  no reviews



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.