SkillAgentSearch skills...

Sevenzip

7z native wrapper for NodeJS

Install / Use

/learn @SteezCram/Sevenzip
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

View on GitHub
GitHub Stars7
CategoryDevelopment
Updated2y ago
Forks0

Languages

JavaScript

Security Score

75/100

Audited on Oct 23, 2023

No findings