1.0.4 • Published 5 years ago

folder-delete v1.0.4

Weekly downloads
235
License
MIT
Repository
github
Last release
5 years ago

folder-delete Build Status


A small library to delete folders with all child folders and files.


Installation

npm install folder-delete


Usage

const deleteFolder = require('delete-folder)

deleteFolder('folderToDelete', {debugLog: false});

API

deleteFolder(path, options)

delete folder in path with all of its child folders and files.

options

Type: object

[debugLog]: log progress to console. (default false)


License

Copyright © 2017, Erdem Bircan. Released under the MIT License.

1.0.4

5 years ago

1.0.3

6 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago