1.0.15 • Published 3 years ago
@anzerr/fs.remove v1.0.15
Intro
perform a "rm -Rf" on a directory/file using the core node libary
Install
npm install --save git+https://github.com/anzerr/fs.remove.git
npm install --save @anzerr/fs.remove
Example
require('fs.remove')('./node_modules').then(() => {
console.log('done');
});