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 tunnckocore/prompt-promise

Account's avatar
TooTallNate/keypress
Make any Node ReadableStream emit "keypress" events
Account's avatar
petkaantonov/bluebird
Full featured Promises/A+ implementation with exceptionally good performance
Account's avatar
fengmk2/istanbul
Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use ca
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
StevenLooman/mocha-lcov-reporter
LCOV reporter for Mocha

Support the repos that depend on this repository

Top contributors

tunnckoCore's profile
tunnckoCore
1 contributions
shawninder's profile
shawninder
1 contributions

Recent events

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

No events yet
tunnckocore

tunnckocore/prompt-promise

Sane CLI user-input (command prompt, confirm, multiline, password, select/choose) as promises, it can be used with or without co@4

JavaScript
13
4
MIT License

Prompt‑Promise is a small Node.js library that provides promise‑based CLI prompts (simple input, password, confirmation, multiline, and selectable choices). It lets developers collect user input in a clean, asynchronous style, usable directly with `.then()` or inside `co` generator functions, making it ideal for command‑line tools and scripts that need interactive prompts.