1 Star 1 Fork 0

huanjie / node-archiver-liu

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 878 Bytes
一键复制 编辑 原始数据 按行查看 历史
Chris Talkington 提交于 2016-04-05 23:12 . bump version for release.

Archiver v1.0.0

Build Status Build status

a streaming interface for archive generation

Visit the API documentation for a list of all methods available.

Install

npm install archiver --save

Usage

var archiver = require('archiver');
var archive = archiver.create('zip', {}); // or archiver('zip', {});

Formats

Archiver ships with out of the box support for TAR and ZIP archives.

You can register additional formats with registerFormat.

Formats will be changing in the next few releases to implement a middleware approach.

1
https://gitee.com/huanjie/node-archiver-liu.git
git@gitee.com:huanjie/node-archiver-liu.git
huanjie
node-archiver-liu
node-archiver-liu
master

搜索帮助