1.0.0 • Published 10 years ago
strings-stream v1.0.0
strings-stream
A streaming unix
stringsport
example
var stringsStream = require('strings-stream')
process.stdin
.pipe(stringsStream())
.pipe(process.stdout)api
var stringsStream = require('strings-stream')var stream = stringsStream([opts])
optsis an optional object of options -minLengthis the minimum length a string has to be to make it through. (Like the-n/--bytesoption instrings.) Default:4. (Same asstrings.)- Returns
stream, which is a through stream
install
With npm do:
npm install strings-streamlicense
1.0.0
10 years ago