Skip to content

a streaming interface for archive generation

License

Notifications You must be signed in to change notification settings

monokrome/node-archiver

Repository files navigation

Archiver v0.21.0 Build Status Build status

a streaming interface for archive generation

Install

npm install archiver --save

Usage

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

API

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

Custom 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.

Libraries

Archiver makes use of several libraries/modules to avoid duplication of efforts.

Things of Interest

About

a streaming interface for archive generation

http://archiverjs.com/docs

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 97.4%
  • Shell 2.6%