1.0.2 • Published 4 years ago

zipack v1.0.2

Weekly downloads
23
License
MIT
Repository
github
Last release
4 years ago

Zipack

A npm package to create a zip file from a chrome extension resource folder.

Author: Roberto Entringer
License: MIT
Npm package: https://www.npmjs.com/package/zipack
Github: https://github.com/robertoentringer/zipack#readme

Installation

$ npm install zipack

Usage

Call script from the package.json:

"scripts": {
  "pack":  "zipack src/manifest.json"
}

Call script from the terminal:

$ npx zipack src/manifest.json

Example

src/manifest.json

{
  "name": "Getting Started Example",
  "version": "1.0",
  "description": "Build an Extension!",
  "manifest_version": 2
}
$ npx zipack src/manifest.json

Create a zip file named "Getting Started Example v.1.0.zip" from all content of the src/ directory.

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago