gulp-archiver
Archive anything through gulp
Usage
var gulp = ;var archiver = ; gulp;
Plugin uses archiver npm package to make archive.
API
archiver(filename[, options])
filename
Required
Type: String
Result archive file name.
File extension is used to define archive type. Plugin supports only zip
and tar
archives.
options
Type: Object
Described in original archiver repository