0.2.5 • Published 5 years ago

@pubbo/rimraf-dir v0.2.5

Weekly downloads
12
License
MIT
Repository
github
Last release
5 years ago

@pubbo/rimraf-dir

Run rimraf on a directory in a subprocess to hack around slowness

Usage

const rimrafDir = require("@pubbo/rimraf-dir");

rimrafDir("/path/to/directory").then(removedDir => {
  console.log("removed", removedDir);
});

Install lerna for access to the lerna CLI.

0.2.5

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.4

5 years ago

0.1.0

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.1

5 years ago

0.0.11

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago