0.4.6 • Published 7 years ago

gulpfiles v0.4.6

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

Gulpfiles

Build Gulp tasks rapidly.

Usage

// require this package
var gulpfiles = require('gulpfiles')

// define task, like this:
gulp.task('clean', gulpfiles.del({
	glob: './dist/*.*',
}))

// or like this:
gulp.task('clean', gulpfiles('del', {
	glob: './dist/*.*',
}))

License

MIT License

0.4.6

7 years ago

0.4.5

7 years ago

0.4.4

9 years ago

0.4.3

10 years ago

0.4.2

10 years ago

0.4.1

10 years ago

0.4.0

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.0

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.1

10 years ago