rmdir-sync

1.0.1 • Public • Published

rmdir-sync

rmdir-sync is a module to remove not empty directory for nodejs.

usage

var path = require('path');
var rmdirSync = require('rmdir-sync');
var dirpath = path.join(__dirname, 'rmdir');
rmdirSync(dirpath);

Readme

Keywords

Package Sidebar

Install

npm i rmdir-sync

Weekly Downloads

633

Version

1.0.1

License

MIT

Last publish

Collaborators

  • jsfiend