@anzerr/fs.remove

Remove directory/file

Usage no npm install needed!

<script type="module">
  import anzerrFsRemove from 'https://cdn.skypack.dev/@anzerr/fs.remove';
</script>

README

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