2.1.1 • Published 6 years ago

hyperdrive-to-zip-stream v2.1.1

Weekly downloads
7
License
MIT
Repository
github
Last release
6 years ago

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