An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# [delete-cli](https://github.com/marella/node-delete-cli) [![tests](https://github.com/marella/node-delete-cli/actions/workflows/tests.yml/badge.svg)](https://github.com/marella/node-delete-cli/actions/workflows/tests.yml) [![install size](https://packagephobia.com/badge?p=delete-cli)](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
```