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

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of bhoriuchi/readline-promise

Account's avatar
aws/aws-sdk-js
AWS SDK for JavaScript
Account's avatar
babel/babel-eslint
Custom parser for ESLint
Account's avatar
babel/babel-preset-env
A Babel preset for each environment.
Account's avatar
chaijs/chai
BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
Account's avatar
babel/eslint-plugin-babel
an eslint rule plugin companion to babel-eslint
Account's avatar
mochajs/mocha
simple, flexible, fun test framework

Support the repos that depend on this repository

Top contributors

bhoriuchi's profile
bhoriuchi
13 contributions
branden-blackline's profile
branden-blackline
4 contributions
BhargavMantha's profile
BhargavMantha
2 contributions
brandongregoryscott's profile
brandongregoryscott
2 contributions
alexjurkiewicz's profile
alexjurkiewicz
1 contributions
dependabot[bot]'s profile
dependabot[bot]
1 contributions

Recent events

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

No events yet
bhoriuchi

bhoriuchi/readline-promise

Readline with promises

JavaScript
16
3
MIT License

`readline‑promise` is a drop‑in replacement for Node’s built‑in `readline` module that adds promise‑based utility methods such as `forEach`, `map`, `reduce`, and `questionAsync`. It lets developers work with line‑based input (files, stdin, etc.) using async/await or then‑chains, making it ideal for scripts and CLI tools that need modern, iterable handling of streamed text.