Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 543 Bytes

rimraf.md

File metadata and controls

35 lines (21 loc) · 543 Bytes

Rimraf configuration

The purpose of the rimraf ↗ npm package is cross-platform way to effectively remove files and folders.

Contents

Setup

  • Add globally rimraf npm package

    pnpm add -g rimraf

Usage

  • Remove files or folders:

    pnpm rimraf < file | folder | glob >

License

MIT © Sergey Muravjev


⬅ Back