@yoitsro/lerna-rimraf-dir
v3.5.1
Published
Run rimraf on a directory in a subprocess to hack around slowness
Downloads
3
Readme
@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);
});