hyperdrive-to-zip-stream

2.1.1 • Public • Published

hyperdrive-to-zip-stream

Usage

const toZipStream = require('hyperdrive-to-zip-stream')
 
toZipStream(archive, '/').pipe(fs.createWriteStream(...))

The output zip will only contain files that are fully downloaded. You can specify subfolders to fetch part of the archive.

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i hyperdrive-to-zip-stream

Weekly Downloads

7

Version

2.1.1

License

MIT

Unpacked Size

5.16 kB

Total Files

7

Last publish

Collaborators

  • pfraze
  • pfrazee