7-Zip wrapper around 7za
npm install @steezcram/sevenzipsevenzip 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.
npm install @steezcram/sevenzip --save
`
Usage
Simply include the module with this code:
`js
const sevenzip = require('@steezcram/sevenzip');
``