1.1.6 • Published 2 years ago

@steezcram/sevenzip v1.1.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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