0.1.0 • Published 3 years ago

@hyrious/rimraf v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@hyrious/rimraf

Just a tiny wrapper of fs.promises.rm and fs.rmSync.

Requires Node.js >= 14.14.

Usage

npx @hyrious/rimraf node_modules
import 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

0.1.0

3 years ago