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

https://github.com/kaelzhang/node-safe-rm

The node port of shell-safe-rm: A much safer replacement of bash rm with nearly full functionalities and options of the rm command!
https://github.com/kaelzhang/node-safe-rm

bin cli rm safe-rm

Last synced: about 1 year ago
JSON representation

The node port of shell-safe-rm: A much safer replacement of bash rm with nearly full functionalities and options of the rm command!

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/kaelzhang/node-safe-rm.svg?branch=master)](https://travis-ci.org/kaelzhang/node-safe-rm)
[![Coverage](https://codecov.io/gh/kaelzhang/node-safe-rm/branch/master/graph/badge.svg)](https://codecov.io/gh/kaelzhang/node-safe-rm)

# safe-rm

The node port of shell-safe-rm: A much safer replacement of bash rm with nearly full functionalities and options of the rm command!

## Install

```sh
$ npm i safe-rm
```

## Usage

```js
const safe_rm = require('safe-rm')
```

## License

[MIT](LICENSE)