tar-filter-stream

1.0.0 • Public • Published

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

Package Sidebar

Install

npm i tar-filter-stream

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • yoshuawuyts