@merna/rimraf-dir

3.18.1 • Public • Published

@lerna/rimraf-dir

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

Usage

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

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

Install lerna for access to the lerna CLI.

Readme

Keywords

Package Sidebar

Install

npm i @merna/rimraf-dir

Weekly Downloads

0

Version

3.18.1

License

MIT

Unpacked Size

3.74 kB

Total Files

4

Last publish

Collaborators

  • aokonechnikov