rmdir-sync

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

MIT 2 个版本
安装
npm install rmdir-sync
yarn add rmdir-sync
pnpm add rmdir-sync
bun add rmdir-sync
README

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);
版本列表
1.0.1 2016-06-06
1.0.0 2016-06-06