4.1.2 • Published 4 years ago

filedel v4.1.2

Weekly downloads
964
License
MIT
Repository
github
Last release
4 years ago

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

NameDefaultDescription
forcefalseUnlink even if readonly.

License

This software is released under the MIT License.