@hyrious/rimraf
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

@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

Readme

Keywords

none

Package Sidebar

Install

npm i @hyrious/rimraf

Weekly Downloads

3

Version

0.1.0

License

MIT

Unpacked Size

2.29 kB

Total Files

6

Last publish

Collaborators

  • hyrious