Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/h1bomb/walk-rmdir-cli
Bulk Delete Directory
https://github.com/h1bomb/walk-rmdir-cli
bulk-delete directory rm-rf rmdir
Last synced: 5 days ago
JSON representation
Bulk Delete Directory
- Host: GitHub
- URL: https://github.com/h1bomb/walk-rmdir-cli
- Owner: h1bomb
- Created: 2018-08-29T08:28:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-04T01:21:06.000Z (over 6 years ago)
- Last Synced: 2024-11-15T20:07:17.798Z (about 1 month ago)
- Topics: bulk-delete, directory, rm-rf, rmdir
- Language: JavaScript
- Size: 163 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# walk-rmdir-cli
Bulk Recursion Delete Directory.
[![NPM version][npm-image]][npm-url]
![shotsnap](./shot.png)
[npm-image]: https://img.shields.io/npm/v/walk-rmdir-cli.svg?style=flat-square
[npm-url]: https://npmjs.org/package/walk-rmdir-cli```bash
npm i walk-rmdir-cli -g
rmdirr -d dir1,dir2
``````
Usage: rmdirr [options]Options:
-V, --version output the version number
-d, --dir [value] need delete directory
-h, --help output usage information
```