gulp-remove-files

0.0.3 • Public • Published

gulp-remove-files Build Status

Remove all files from stream.

(this is removing files from stream and disk so it might not go very well with gulp plugin requirements, so it might get banned :) but I needed this functionality on one of the projects)

Install

npm install --save-dev gulp-remove-files

Example

var gulp = require('gulp');
var removeFiles = require('gulp-remove-files');
 
gulp.task('clearHtml', function () {
  gulp.src('./public/*.html')
    .pipe(removeFiles());
});

Options

None

License

MIT © Daniel Husar

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.3
    531
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.3
    531
  • 0.0.2
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i gulp-remove-files

Weekly Downloads

472

Version

0.0.3

License

MIT

Last publish

Collaborators

  • efrafa