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

cli‑color‑tty is a tiny wrapper around the popular **cli‑color** library that automatically disables ANSI coloring when the current output stream isn’t a TTY (e.g., when piping to a file). It exports a factory function—`require('cli-color-tty')(flag)`—that returns either the full cli‑color API (when `true` or when `process.stdout.isTTY` is true) or a drop‑in, non‑colorizing stub (when `false`). This is useful for Node.js CLI developers who want their tools to produce clean, uncolored output in non‑interactive contexts without changing their existing cli‑color code.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of alanshaw/cli-color-tty

Account's avatar
nickmerwin/node-coveralls
takes json-cov output into stdin and POSTs to coveralls.io
Account's avatar
gotwarlost/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
tape-testing/tape
tap-producing test harness for node and browsers

Support the repos that depend on this repository

Top contributors

alanshaw's profile
alanshaw
10 contributions
Indomian's profile
Indomian
2 contributions

Recent events

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

No events yet
alanshaw

alanshaw/cli-color-tty

cli-color that takes into account process.stdout.isTTY

JavaScript
1
1
ISC License