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!
- Host: GitHub
- URL: https://github.com/kaelzhang/node-safe-rm
- Owner: kaelzhang
- License: other
- Created: 2017-05-27T02:41:48.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-05-05T13:53:56.000Z (about 7 years ago)
- Last Synced: 2025-03-25T13:16:18.180Z (about 1 year ago)
- Topics: bin, cli, rm, safe-rm
- Language: JavaScript
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/kaelzhang/node-safe-rm)
[](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)