new-line
simple new line stream for node.js stream2
it also handles files (streams) that contain bytes > 0x7f (binary files) gracefully,
and does not change the bytes, other than e.g. split
or split2
.
install
npm install new-line # for node 0.8 also install: npm install readable-stream
use
var fs = ;var newLineStream = ;var source = fs;var target = fs;var newLine = ;source; var nr = 0;newLine;
test
npm test
license
MIT