Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jayin/node-rmdir

delete folder with recursive
https://github.com/jayin/node-rmdir

Last synced: 10 days ago
JSON representation

delete folder with recursive

Awesome Lists containing this project

README

        

node-rmdir ![build status](https://travis-ci.org/Jayin/node-rmdir.svg?branch=master)
===
delete folder with recursive

Usage
===
```javascript
var rmdir = require('../lib/node-rmdir');

rmdir.rmdir('./tmp');
```

License
===
MIT