6.0.0 • Published 6 months ago

gulp-zip v6.0.0

Weekly downloads
78,771
License
MIT
Repository
github
Last release
6 months ago

gulp-zip

ZIP compress files

Install

npm install --save-dev gulp-zip

Usage

import gulp from 'gulp';
import zip from 'gulp-zip';

export default () => (
	gulp.src('src/*')
		.pipe(zip('archive.zip'))
		.pipe(gulp.dest('dist'))
);

API

Supports streaming mode.

zip(filename, options?)

filename

Type: string

options

Type: object

compress

Type: boolean\ Default: true

modifiedTime

Type: Date\ Default: undefined

Overrides the modification timestamp for all files added to the archive.

Tip: Setting it to the same value across executions enables you to create stable archives that change only when the contents of their entries change, regardless of whether those entries were "touched" or regenerated.

buffer

Type: boolean\ Default: true

If true, the resulting ZIP file contents will be a buffer. Large zip files may not be possible to buffer, depending on the size of Buffer MAX_LENGTH.

If false, the ZIP file contents will be a stream.

We use this option instead of relying on gulp.src's buffer option because we are mapping many input files to one output file and can't reliably detect what the output mode should be based on the inputs, since Vinyl streams could contain mixed streaming and buffered content.

ldu-gulpfunctionsgulpproject-v1magnoabsass-sdfddabc-jdjdjjd@siiron/sds-iconstempaw-toolsgui-jvale-dawn-toolsseed-cli-toolsjoyertools-packfront-end-guidetestmagno@infinitebrahmanuniverse/nolb-gulp-z@rdds/mainds-rdds-icons@everything-registry/sub-chunk-1814ct-build-processqloan-gulpqloan-gulp-extendedrapid-buildradixtool@labelvier/starter-kit-enginepixel2html-1234-1234pkg_com_ktask@maplarge/adk@literacyplanet/lambda_gulp_deployrc-pluggable-widgets-tools@kennship/gulp-lambda@jspsych/config@launchedla/slate-toolspmm-cmdpm-extension-cliplugin-gulp-utilspomypyre@nikitindiz/tars-cli@nitrooo/exporterrt-pharaohrsd-gulptasks-release@ominestre/zugzugsecret-servicesclean@pivotmade/slate-tools@pegakit/build-toolsshower-cli@pipflow/core@pixel2html/gulp-taskssf-express-gulp-liftoffsf-gulp-deployshark-automationsindresorhus.jsslate-tools-yangsimpleify-toolsspa-gulpspa-gulp-zipreact-scripts-sfrecombl@mitsuminedamillora/yuika@northernbeat/gulp-taskssandpapersc-gulp-tasks@savchukoleksii/buildersmart-rabbit@prowebtec/opexdkslice-clislush-lambda@ryaninvents/plugin-bundle-dependencies@ryaninvents/plugin-bundle-nextjs@ryaninvents/plugin-bundle-zip-nodeweb-project-starterbts-gulp-tasksbili-sgame-cli@alexdashkin/adwpfw@appirio/salesforcebr-wordpress-gulp-dist@patternkit/pk-build-svgstoresense-gosfdc-ci-toolkitsfdc-extended-metadatatailor-cmdtars-clitars-cli_senja006tendenz-cmdtempaw-buildtempaw-functionstempaw-functions-zemeztempaw-zemez-functions@augle/gulp-arpk-buildcocos-gulp-toolscmp-toolclay-cliyoteams-build-coreapfe-clixsj-workflowanthill-exporteranimachineapptension-toolsyulonghbuilderword
6.0.0

6 months ago

5.1.0

3 years ago

5.0.2

4 years ago

5.0.1

5 years ago

5.0.0

5 years ago

4.2.0

6 years ago

4.1.0

6 years ago

4.0.0

7 years ago

3.2.0

8 years ago

3.1.0

8 years ago

3.0.2

9 years ago

3.0.1

9 years ago

3.0.0

9 years ago

2.0.3

9 years ago

2.0.2

10 years ago

2.0.1

10 years ago

2.0.0

10 years ago

1.0.0

10 years ago

0.5.0

10 years ago

0.4.0

10 years ago

0.3.4

10 years ago

0.3.3

10 years ago

0.3.2

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.0

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago