filedel

4.1.2 • Public • Published

filedel

Build Status npm Version JS Standard

Delete files.

Installation

npm install filedel --save

Usage

'use strict'
 
const filedel = require('filedel')
 
// Generate a file.
filedel('/src/*.tmp', {
  force: true
}).then(() => {
  /* ... */
})
 

Options

Name Default Description
force false Unlink even if readonly.

License

This software is released under the MIT License.

/filedel/

    Package Sidebar

    Install

    npm i filedel

    Weekly Downloads

    557

    Version

    4.1.2

    License

    MIT

    Unpacked Size

    13 kB

    Total Files

    23

    Last publish

    Collaborators

    • okunishinishi