7zip 中文文档教程

发布于 7年前 浏览 69 项目主页 更新于 3年前

7zip Windows Package via Node.js

  

这个 npm 包包含 7zip,≈2.4MB。

目标是为用户提供一种不同的、简单的方式来访问 7zip。

在库中使用 cross-unzip

$ npm install -g 7zip   # global
$ 7z --help   # and you get 7z
// $ npm install 7zip   # local
// even in node.js
var _7z = require('7zip')['7z']
var task = spawn(_7z, ['x', 'somefile.7z', '-y'])

License of 7zip

7-Zip Copyright (C) 1999-2015 Igor Pavlov.

Licenses for files are:

  1) 7z.dll: GNU LGPL + unRAR restriction
  2) All other files:  GNU LGPL

7zip Windows Package via Node.js

  

This npm package contains a lite-version of 7zip, ≈2.4MB.

And the goal is to bring users a different and easy way to access 7zip.

Being used at library cross-unzip.

$ npm install -g 7zip   # global
$ 7z --help   # and you get 7z
// $ npm install 7zip   # local
// even in node.js
var _7z = require('7zip')['7z']
var task = spawn(_7z, ['x', 'somefile.7z', '-y'])

License of 7zip

7-Zip Copyright (C) 1999-2015 Igor Pavlov.

Licenses for files are:

  1) 7z.dll: GNU LGPL + unRAR restriction
  2) All other files:  GNU LGPL
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文