@contentpilot/gulp-zip
v1.0.7
Published
Create archive of directory and streams to browser.
Downloads
4
Readme
Content Pilot Gulp ZIP
Create archive of directory and streams to browser.
Install as devDependency
npm install @contentpilot/gulp-zip --save-dev
Run in command line
gulp zip
Publish to NPM
To update this repository on NPM using the GitHub action,
- Bump the version number in
package.json
- Commit with message pattern of
Release x.x.x
- Push to
master
branch toorigin