1.0.3 • Published 3 years ago

stream-archiver v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

stream-archiver

NPM Version

stream-archiver is a node.js library to generate an archive stream from any number of files on the web with concurrency.

Installation

Use the npm to install foobar.

npm install stream-archiver

Usage

const streamArchiver = new StreamArchiver(
  format,
  archiverOptions,
  concurrency,
  streams,
  files,
  debug
);

await streamArchiver.process();

full fledged examples can be found under examples

Parameters

Returns

<Promise>

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

ISC