1.1.0 • Published 8 years ago

refill-task-clean v1.1.0

Weekly downloads
6
License
MIT
Repository
github
Last release
8 years ago

Refill task clean

Clean task in Refill format. It can be used to clean output directories for generated code.

Facebook

Shields

npm npm npm Travis bitHound Overall Score bitHound Dependencies bitHound Dev Dependencies bitHound Code GitHub forks GitHub stars GitHub followers

Installation

npm install --save refill-task-clean refill gulp

Example

Refill task clean is used in Refill for angular

How to use it

Just put this code in gulpfile.js

require('refill')({
  'clean': {
    task: require('refill-task-clean')
  }
}, require('gulp'), {}, getOutputDir)

API

Make sure you understand how Refill works

getOutputDir

getOutputDir is function that returns path to directory that will be cleared.

Changelog

Changelog at github

Sponsors