Socket
Socket
Sign inDemoInstall

@merna/rimraf-dir

Package Overview
Dependencies
66
Maintainers
4
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @merna/rimraf-dir

Run rimraf on a directory in a subprocess to hack around slowness


Version published
Weekly downloads
2
Maintainers
4
Created
Weekly downloads
 

Readme

Source

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

Keywords

FAQs

Last updated on 22 Oct 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc