|
hace 2 años | |
---|---|---|
.. | ||
CHANGELOG.md | hace 2 años | |
LICENSE | hace 2 años | |
README.md | hace 2 años | |
package.json | hace 2 años | |
rimraf-dir.js | hace 2 años |
@lerna/rimraf-dir
Run rimraf on a directory in a subprocess to hack around slowness
const { rimrafDir } = require("@lerna/rimraf-dir");
rimrafDir("/path/to/directory").then(removedDir => {
console.log("removed", removedDir);
});
Install lerna for access to the lerna
CLI.