1.0.0 • Published 7 years ago

tar-filter-stream v1.0.0

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

tar-filter-stream stability

npm version build status downloads js-standard-style

PassThrough stream that only lets through tar archives. Works for .tgz too!

Usage

var tarFilterStream = require('tar-filter-stream')
var pump = require('pump')

pump(process.stdin, tarFilterStream(), process.stdout)

API

stream = tarFilterStream()

Create a new filter stream that filters out all non-tar streams.

License

MIT