@product-live/fs.remove
v1.0.13
Published
![GitHub Actions status | linter](https://github.com/anzerr/fs.remove/workflows/linter/badge.svg) ![GitHub Actions status | publish](https://github.com/anzerr/fs.remove/workflows/publish/badge.svg) ![GitHub Actions status | test](https://github.com/anzerr
Downloads
737
Keywords
Readme
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');
});