Skip to content

Repository files navigation

fly-clear Build Status

Remove one or multiple directories

Install

$ npm install --save-dev fly-clear

Usage

exports.cleanup=function*(fly){// single fileyieldfly.clear('foo.js');// single directoryyieldfly.clear('dist');// multiple directoriesyieldfly.clear(['dist','build']);// glob pattern(s)yieldfly.clear(['dist/*.css','dist/js/*']);// mixedyieldfly.clear(['foo.js','build','dist/*.css']);// with optionsyieldfly.clear('dist',{maxBusyTries: 5});}

API

fly.clear(files, [options])

files

Type: string or array

A filepath, directory path, or glob pattern. For multiple paths, use an array.

options

Type: object
Default: {}

All options are passed directly to rimraf. Please see its documentation on options.

License

MIT © Luke Edwards

About

Remove one or multiple directories.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages