0.1.2 • Published 9 years ago

gulp-crx-pkg v0.1.2

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

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