justengland / node-archiver

a streaming interface for archive generation

Home Page:http://archiverjs.com/docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Archiver v1.1.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.

About

a streaming interface for archive generation

http://archiverjs.com/docs

License:MIT License


Languages

Language:JavaScript 97.5%Language:Shell 2.5%