gulp-ccr-clean

0.1.1 • Public • Published

gulp-ccr-clean

Clean up destination folder. A cascading configurable gulp recipe for gulp-chef.

Install

$ npm install --save-dev gulp-chef gulp-ccr-clean

Recipe

Clean

Ingredients

API

config.options.force

Allow deleting the current working directory and files/folders outside it. Defaults to false.

config.options.dryRun

See what would be deleted. Defaults to false.

Usage

var gulp = require('gulp');
var chef = require('gulp-chef');
 
var meals = chef({
    dest: 'dist/',
    clean: {
    }
});
 
gulp.registry(meals);

Dependents (1)

Package Sidebar

Install

npm i gulp-ccr-clean

Weekly Downloads

2

Version

0.1.1

License

MIT

Last publish

Collaborators

  • amobiz