Skip to content

se-panfilov/gulp-crx-pkg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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