tty‑table is a lightweight Node.js library that formats data as styled, word‑wrapped tables for terminals (Windows, Linux, macOS), the browser, or the browser console. It supports column‑level configuration, colors, alignment, Asian‑character handling, custom formatters, and can accept rows as arrays or objects—making it useful for developers who need to display tabular output in CLI tools, scripts, or web‑based debugging consoles.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Terminal table for Windows, Linux, and MacOS. Written in nodejs. Also works in browser console. Word wrap, padding, alignment, colors, Asian character support, per-column callbacks, and you can pass rows as objects or arrays. Backwards compatible with Automattic/cli-table.