Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

tar-compress-cli

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tar-compress-cli

Use tar to pack and unpack file

  • 0.2.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

tar-compress-cli

NPM version node Code Style GitHub Workflow Status (branch) release codecov NPM downloads

Use tar to pack and unpack file

:cd: Installation

npm install --save-dev tar-compress-cli

:rocket: Usage

tar-compress-cli <pack|unpack> [options]

:gear: Pack command options

-s, --source         Set source file list                        [array] [required]
-t, --target         Set target file                             [string] [default: "output.tgz"]
-v, --version        Show version number
-h, --help           Show help

:bulb: Example

tar-compress-cli pack -s source_1 source_2 -t target.tgz

:gear: Unpack command options

-s, --source         Set source file                             [string] [required]
-e, --extractFile    Set extract file list in the source file    [array] [default: []]
-t, --target         Set target file                             [string]
-v, --version        Show version number
-h, --help           Show help

:bulb: Example

tar-compress-cli unpack -s source.tgz -e extract_1 extract_2  -t target

:lock: License

MIT.

Keywords

FAQs

Package last updated on 04 Jan 2022

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc