You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@ffflorian/jszip-cli

Package Overview
Dependencies
Maintainers
1
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ffflorian/jszip-cli

A zip CLI based on jszip.

Source
npmnpm
Version
1.3.0
Version published
Weekly downloads
863
7.74%
Maintainers
1
Weekly downloads
 
Created
Source

jszip-cli Build Status Dependabot Status

A zip CLI based on jszip.

Installation

Run yarn global add @ffflorian/jszip-cli or npm i -g @ffflorian/jszip-cli.

Usage

Usage: jszip-cli [options] [command]

A zip CLI based on jszip.

Options:

  -v, --version                      output the version number
  -o, --output <dir>                 set the output directory (default: stdout)
  -i, --ignore <entry>               ignore a file or directory
  -f, --force                        force overwriting files (default: false)
  -l, --level <number>               set the compression level (default: 5)
  -V, --verbose                      enable verbose logging (default: false)
  -q, --quiet                        Don't log anything (default: false)
  -h, --help                         output usage information

Commands:

  add|a [options] <entries...>       add files to a new ZIP archive
  extract|e [options] [archives...]  extract files from ZIP archive(s)

Examples

jszip-cli add -i *.map -o deploy.zip dist/ package.json
jszip-cli extract deploy.zip -o deployment_files/

jszip-cli add -i *.map dist/ package.json > deploy.zip

FAQs

Package last updated on 01 Sep 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts