https://github.com/marella/node-delete-cli
A command to delete files and directories like `rm -rf`.
https://github.com/marella/node-delete-cli
clean del delete nodejs remove rimraf rm rmrf
Last synced: about 2 months ago
JSON representation
A command to delete files and directories like `rm -rf`.
- Host: GitHub
- URL: https://github.com/marella/node-delete-cli
- Owner: marella
- License: mit
- Created: 2021-06-20T13:17:40.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-21T11:18:45.000Z (almost 5 years ago)
- Last Synced: 2025-12-09T11:00:00.444Z (6 months ago)
- Topics: clean, del, delete, nodejs, remove, rimraf, rm, rmrf
- Language: JavaScript
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [delete-cli](https://github.com/marella/node-delete-cli) [](https://github.com/marella/node-delete-cli/actions/workflows/tests.yml) [](https://packagephobia.com/result?p=delete-cli)
A command to delete files and directories like `rm -rf`.
## Installation
Install globally:
```sh
npm install delete-cli --global
```
or locally in a project:
```sh
npm install delete-cli --save-dev
```
## Usage
```
Usage
$ delete
Examples
$ delete debug.log dist
$ delete build coverage
```