0.4.6 • Published 6 years ago

gulpfiles v0.4.6

Weekly downloads
1
License
MIT
Repository
-
Last release
6 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

6 years ago

0.4.5

6 years ago

0.4.4

8 years ago

0.4.3

9 years ago

0.4.2

9 years ago

0.4.1

9 years ago

0.4.0

9 years ago

0.3.1

9 years ago

0.3.0

9 years ago

0.2.0

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.1

9 years ago