@mallzee/archiver

1.0.2 • Public • Published

Archiver v1.0.1

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.

Package Sidebar

Install

npm i @mallzee/archiver

Weekly Downloads

1

Version

1.0.2

License

MIT

Last publish

Collaborators

  • mallzeehq