0.1.2 • Published 12 years ago

dir-tar-stream v0.1.2

Weekly downloads
-
License
-
Repository
-
Last release
12 years ago

dir-tar-stream

update: you should use https://npmjs.org/package/tar-fs instead of this module

NPM

Takes a path to a folder and returns a tar.gz stream of the folder contents.

require('dir-tar-stream')('./foo').pipe(fs.createWriteStream('foo.tar.gz'))

To extract the stream on the other end you can use the tar module like so:

var tar = require('tar')
dirTarStream.pipe(tar.Extract({path: './output'}))

license

BSD

0.1.2

12 years ago

0.1.1

12 years ago

0.1.0

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago