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

Support the repos that depend on this repository

Top contributors

jonschlinkert's profile
jonschlinkert
2 contributions

Recent events

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

No events yet
jonschlinkert

jonschlinkert/ansi-wrap

Create ansi colors by passing open and close codes.

JavaScript
19
4
MIT License

ansi‑wrap is a tiny Node.js utility that generates ANSI‑escaped strings by taking opening and closing numeric codes and a message (e.g., `wrap(45,49,'text')` → `\u001b[45mtext\u001b[49m`). It’s aimed at developers building command‑line tools or other terminal output where they need to apply custom colors or styles without pulling in larger libraries.