https://github.com/openbytedev/rmdir-recursive-async
Delete a directory recursively asynchronously
https://github.com/openbytedev/rmdir-recursive-async
async delete delete-files directory nodejs npm-package promise recursive remove rmdir
Last synced: 3 months ago
JSON representation
Delete a directory recursively asynchronously
- Host: GitHub
- URL: https://github.com/openbytedev/rmdir-recursive-async
- Owner: OpenByteDev
- License: mit
- Created: 2018-08-23T14:11:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-29T07:29:50.000Z (over 6 years ago)
- Last Synced: 2025-02-23T20:06:24.086Z (3 months ago)
- Topics: async, delete, delete-files, directory, nodejs, npm-package, promise, recursive, remove, rmdir
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rmdir-recursive-async
[](https://www.npmjs.com/package/rmdir-recursive-async) [](https://opensource.org/licenses/MIT)
Delete a directory recursively asynchronously
### Installation
```bash
npm install rmdir-recursive-async
```### Usage
```js
const rmdirRecursiveAsync = require('rmdir-recursive-async');rmdirRecursiveAsync('some directory');
```