@fibjs/rmdirr

2.0.0 • Public • Published

@fibjs/rmdirr

NPM version build status appveyor build status Test coverage David deps Known Vulnerabilities npm download

remove all files and directories like rmdir -rf in fibjs.

Install

$ npm i @fibjs/rmdirr --save

Usage

const rmdirr = require('@fibjs/rmdirr');

try{
	rmdirr('/tmp/a/c/d/e');
} catch(err) {
	console.error(err);
}

Questions & Suggestions

Please open an issue here.

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i @fibjs/rmdirr

Weekly Downloads

40

Version

2.0.0

License

MIT

Last publish

Collaborators

  • ngot-fibjs
  • ngot