|
%!s(int64=3) %!d(string=hai) anos | |
---|---|---|
.. | ||
CHANGELOG.md | %!s(int64=3) %!d(string=hai) anos | |
LICENSE | %!s(int64=3) %!d(string=hai) anos | |
README.md | %!s(int64=3) %!d(string=hai) anos | |
package.json | %!s(int64=3) %!d(string=hai) anos | |
rimraf-dir.js | %!s(int64=3) %!d(string=hai) anos |
@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.