1.0.13 • Published 4 years ago

@product-live/fs.remove v1.0.13

Weekly downloads
102
License
MIT
Repository
github
Last release
4 years ago

Intro

GitHub Actions status | linter GitHub Actions status | publish GitHub Actions status | test

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');
});