gulp-crx-pkg
v0.1.2
Published
Make chromium extensions (crx)
Downloads
27
Maintainers
Readme
gulp-chrome-extention-builder
Make chromium extensions (zip and crx) from gulp.
Usage
gulp.task('gcp-zip', function () {
return gulp.src('./test_ext')
.pipe(gcp({
zip: true,
crx: false
}))
.pipe(gulp.dest('./'))
})
History
v0.1.2 - Only zip supported