gulp-crx-pkg

0.1.2 • Public • Published

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

Package Sidebar

Install

npm i gulp-crx-pkg

Weekly Downloads

2

Version

0.1.2

License

MIT

Last publish

Collaborators

  • se-panfilov