5.1.0 • Published 2 years ago

@spryker-lerna/rimraf-dir v5.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@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.