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

2.1.1 • Public • Published

rm-rf

Rimraf with glob, all in one

Usage

var rmrf = require("rm-rf");

rmrf("**/*.txt", function (error) {
  if (error) {
    console.log(error);
  } else {
    console.log("Files deleted");
  }
});

Package Sidebar

Install

npm i rm-rf

Weekly Downloads

383

Version

2.1.1

License

MIT

Unpacked Size

4.76 kB

Total Files

8

Last publish

Collaborators

  • matthewh