1.1.1 • Published 10 months ago

rm-all v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

rm-all

A simple deep deletion module for node (like rm -rf)

NPM version Codacy Badge Test coverage npm download License

Sonar

Installing

# use pnpm
$ pnpm install -g rm-all

# use npm
$ npm install -g rm-all

# use yarn
$ yarn global add rm-all

Usage

  1. Delete all files in lib and dist.
rm-all dist lib
# or
rmall dist lib
# or
rma dist lib
  1. Use commas to separate multiple paths
rm-all dist,lib
# or
rmall dist,lib
# or
rma dist,lib
  1. Using wildcards

Not support yet

Support & Issues

Please open an issue here.

License

MIT

1.1.1

10 months ago

1.1.0

10 months ago

1.0.0

1 year ago

1.0.0-beta.1

1 year ago

1.0.0-alpha.0

1 year ago