sslice
0.1.0 • Public • Published sslice

Slice streams with ease. This was originally created for use with split but
should work with any stream buffer delimiter.
var sslice = require('sslice')
, split = require('split')
, fs = require('fs');
fs.createReadStream(somefile)
.pipe(split())
.pipe(sslice(1, -1))
.pipe(process.stdout)
install
With npm do:
npm install sslice
Readme
Keywords
nonePackage Sidebar
Install
Weekly Downloads