folder-delete

1.0.4 • Public • Published

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.

/folder-delete/

    Package Sidebar

    Install

    npm i folder-delete

    Weekly Downloads

    441

    Version

    1.0.4

    License

    MIT

    Unpacked Size

    5.25 kB

    Total Files

    8

    Last publish

    Collaborators

    • erdembircan