@anzerr/fs.remove
TypeScript icon, indicating that this package has built-in type declarations

1.0.15 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @anzerr/fs.remove

Weekly Downloads

6

Version

1.0.15

License

MIT

Unpacked Size

3.17 kB

Total Files

5

Last publish

Collaborators

  • anzerr