|
há 2 anos atrás | |
---|---|---|
.. | ||
CHANGELOG.md | há 2 anos atrás | |
LICENSE | há 2 anos atrás | |
README.md | há 2 anos atrás | |
package.json | há 2 anos atrás | |
rimraf-dir.js | há 2 anos atrás |
@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.