sponge
Reimplementation of sponge from moreutils
Last updated 11 years ago by eush77 .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install sponge 
SYNC missed versions from official npm registry.

npm

sponge

Build Status Dependency Status

Reimplementation of sponge(1) from moreutils.

CLI

sponge [<file>]

If <file> is omitted, write to stdout.

API

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.

References

  • moreutils - growing collection of the unix tools that nobody thought to write long ago when unix was young.

Install

npm install sponge

License

MIT

Current Tags

  • 0.1.0                                ...           latest (11 years ago)

2 Versions

  • 0.1.0                                ...           11 years ago
  • 0.0.1                                ...           11 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 1
Last Day 0
Last Week 1
Last Month 0
Dependencies (3)
Dev Dependencies (3)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |