Skip to content

goel4ever/gulp-contrib-clean

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gulp-contrib-clean Documentation

Gulp: Delete files and folders

Installation

npm install gulp-contrib-clean --save-dev

Usage

var clean = require('gulp-contrib-clean');

gulp.task('clean', function() {
	gulp.src('src/js')
		.pipe(clean());


PS: As of now you can't pipe it with other plugins or use regular expressions

Note

This package is in process of being created. Please be patient. Feel free to contribute if you like.

TODO

  • List all files and folders deleted if option verbose is passed
  • Make the plugin work with pattern matching
  • Support multiple sources
  • Support negation
  • Display what was not found or could not be deleted - Error handling

About

Gulp: Delete files and folders

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published