easy-rm

small tool to delete a file in node, promise way.

Usage no npm install needed!

<script type="module">
  import easyRm from 'https://cdn.skypack.dev/easy-rm';
</script>

README

EASY RM

GitHub issues

Install

npm:

npm install -save easy-rm

yarn:

yarn add easy-rm

Usage

const rm = require('./index.js');
rm('/test/test.txt')

test

npm run test

License

MIT