$ cnpm install sponge
Reimplementation of sponge(1) from moreutils.
sponge [<file>]
If <file> is omitted, write to stdout.
sponge(filename)Returns a writable stream that buffers the input and then writes to a file.
sponge()Returns a transform stream that buffers the input and then writes to the output.
npm install sponge
MIT
Copyright 2013 - present © cnpmjs.org | Home |