@hyrious/rimraf
v0.1.0
Published
Just fs.promises.rm and fs.rmSync.
Readme
@hyrious/rimraf
Just a tiny wrapper of
fs.promises.rmandfs.rmSync.
Requires Node.js >= 14.14.
Usage
npx @hyrious/rimraf node_modulesimport rimraf from '@hyrious/rimraf'
await rimraf('node_modules')
rimraf.sync('node_modules')Alters
- @zkochan/rimraf
this repo is almost the same code as zkochan's, except that it is in pure esm.
License
MIT @ hyrious
