7zip-standalone

0.0.3 • Public • Published

Usage:

var sevenZip = require("7zip-standalone");

// For now, it supports only 2 methods.
sevenZip.add("D:/node/archive.7z", "D:/node/node-7zip-standalone/src/**/*");
sevenZip.extract("D:/node/archive.7z", "D:/node/archive/");

Tested on windows, linux and mac.

Readme

Keywords

Package Sidebar

Install

npm i 7zip-standalone

Weekly Downloads

32

Version

0.0.3

License

MIT

Last publish

Collaborators

  • denis.kudelin