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

nodecat is a tiny Node.js utility that implements the POSIX `cat` command exactly as specified—reading files (or stdin) and writing them byte‑for‑byte to stdout without any buffering, encoding conversion, or extra features. It can be used from the command line or as an asynchronous library function, making it useful for developers who need a faithful, non‑blocking `cat`‑like concatenation tool in JavaScript/Node environments.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies

Support the repos that depend on this repository

Top contributors

Recent events

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

No events yet
kevinoid's profile
kevinoid
505 contributions
dependabot[bot]'s profile
dependabot[bot]
46 contributions
greenkeeper[bot]'s profile
greenkeeper[bot]
19 contributions
dependabot-preview[bot]'s profile
dependabot-preview[bot]
3 contributions
kevinoid

kevinoid/nodecat

A Node.js implementation of cat, as specified by POSIX/SUSv3. No frills, no buffering, no charset conversion, just cat.

JavaScript
4
1
MIT License

Support the dependencies of kevinoid/nodecat

Account's avatar
kevinoid/eslint-config-kevinoid
ESLint shareable config for @kevinoid's style (based on airbnb).
Account's avatar
bcoe/c8
output coverage reports using Node.js' built in coverage
Account's avatar
chaijs/chai
BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
Account's avatar
jsdoc/jsdoc
An API documentation generator for JavaScript.
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
thlorenz/proxyquire
Proxies nodejs require in order to allow overriding dependencies during testing.
Account's avatar
isaacs/rimraf
A deep deletion module for node (like `rm -rf`)
Account's avatar
sinonjs/sinon
JavaScript test spies, stubs and mocks.