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: about 1 year 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-04T01:21:06.000Z (almost 8 years ago)
- Last Synced: 2025-03-11T10:22:18.929Z (over 1 year ago)
- Topics: bulk-delete, directory, rm-rf, rmdir
- Language: JavaScript
- Size: 163 KB
- Stars: 1
- Watchers: 1
- 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]

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