0.4.6 • Published 5 years ago

gulpfiles v0.4.6

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

5 years ago

0.4.5

5 years ago

0.4.4

6 years ago

0.4.3

7 years ago

0.4.2

7 years ago

0.4.1

7 years ago

0.4.0

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.1

7 years ago

0.1.0

8 years ago

0.0.1

8 years ago