zkflow-task-clean
v1.0.0
Published
Clean gulp task in ZKflow format
Readme
ZKflow task clean
Clean task in ZKflow format. It can be used to clean output directories for generated code.
Shields
Installation
npm install --save zkflow-task-clean zkflow gulpExample
ZKflow task clean is used in ZKflow for angular
How to use it
Just put this code in gulpfile.js
require('zkflow')({
'clean': {
task: require('zkflow-task-clean')
}
}, require('gulp'), {}, getOutputDir)API
Make sure you understand how ZKflow works
getOutputDir
getOutputDir is function that returns path to directory that will be cleared.
