Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

collect‑all is a small Node.js utility that creates a duplex stream which buffers all incoming data, runs an optional callback once the input ends, and then emits the processed result downstream. It’s useful for command‑line tools or pipelines that need to gather all data (as a Buffer or, in object mode, as an array) before continuing, and is aimed at developers working with Node streams. (The package is now deprecated in favor of the Promise‑based stream‑read‑all.)

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of 75lb/collect-all

Account's avatar
75lb/stream-connect
Connects an arbitrary number of streams into a single, combined stream
Account's avatar
75lb/stream-via
stream-via
Account's avatar
nickmerwin/node-coveralls
takes json-cov output into stdin and POSTs to coveralls.io
Account's avatar
jsdoc2md/jsdoc-to-markdown
Generates markdown API documentation from jsdoc annotated source code
Account's avatar
tape-testing/tape
tap-producing test harness for node and browsers

Support the repos that depend on this repository

Top contributors

75lb's profile
75lb
25 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
75lb

75lb/collect-all

returns a stream which becomes readable once all input is received

JavaScript
1
0
MIT License