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 kaelzhang/node-print-code

Account's avatar
kaelzhang/make-array
Creates a real Array from almost anything.
Account's avatar
kaelzhang/node-set-options
Merges default options to the user-given options.
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
chaijs/chai
BDD/TDD assertion library for node.js and the browser. Test framework agnostic.

Support the repos that depend on this repository

Top contributors

No contributors yet

Recent events

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

No events yet
kaelzhang

kaelzhang/node-print-code

Print visualized slice of code from its content, line and column for CLI

JavaScript
1
2
Other

**print-code** is a small Node.js library that formats and displays a highlighted snippet of source code in the terminal. It lets developers specify line ranges, highlight particular lines, limit column width, and add an arrow pointing to a given line‑column coordinate—useful for CLI tools, error reporters, or any situation where you need to show a readable, annotated code slice.