Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign 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.1.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
  -l, --level <number>             Specify the compression level (default: 5)
  -o, --output <dir>               Specify the output directory (default: stdout)
  -i, --ignore <entry>             Ignore a file or directory
  -h, --help                       output usage information

Commands:

  add [options] <entries...>       Add files to the ZIP archive.
  extract [options] <archives...>  Extract files from ZIP archive(s).

Examples

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

FAQs

Package last updated on 30 Aug 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