@steezcram/sevenzip

1.1.6 • Public • Published

sevenzip

sevenzip is a wrapper around 7za.exe for Windows, Linux and Mac. The goal is to provide a unique and an easy way to compress and extract multiple archives format.

Motivation

I cannot find any NPM module that can compress in LZMA easily. They usally bind the command line without any modification to understand it better.

Dependencies

The platform support for Windows, Linux and Mac is done by using 7za. It's a command line version of 7z published by the author.

Installation

npm install @steezcram/sevenzip --save

Usage

Simply include the module with this code:

const sevenzip = require('@steezcram/sevenzip');

Documentation

Methods

Objects

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.6
    9
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.1.6
    9
  • 1.1.5
    0
  • 1.1.4
    0
  • 1.1.3
    0

Package Sidebar

Install

npm i @steezcram/sevenzip

Weekly Downloads

9

Version

1.1.6

License

MIT

Unpacked Size

16.1 kB

Total Files

8

Last publish

Collaborators

  • steezcram