targz
targz copied to clipboard
Is it possible to use this as a stream i.e. without creating files ?
I don't see an option to specify a read stream for compress. Wondering if this is possible. Can I specify opts.dest
a buffer .pipe(fs.createWriteStream(opts.dest)
Would be nice to have it. P.s. referenced library can do the job with the pipes. This lib is just a wrapper, check the "tar-fs".