This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

sevenzip-node

1.1.2 • Public • Published

sevenzip-node

sevenzip-node is a wrapper around 7z.dll or 7za.dll for Windows and 7zz for 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 native module is build by using bit7z to wrap the DLL. The native module is only available for Windows since bit7z is only available for it..

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

Installation

npm install sevenzip-node

Usage

Simply include the module with this code:

const sevenZip = require('sevenzip-node');

Documentation

Methods

Objects

Package Sidebar

Install

npm i sevenzip-node

Weekly Downloads

3

Version

1.1.2

License

MIT

Unpacked Size

37.4 MB

Total Files

49

Last publish

Collaborators

  • steezcram