rm-all
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

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

Package Sidebar

Install

npm i rm-all

Weekly Downloads

11

Version

1.1.1

License

MIT

Unpacked Size

11.5 kB

Total Files

9

Last publish

Collaborators

  • saqqdy