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

Recent events

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

No events yet
cronvel's profile
cronvel
6 contributions
cronvel

cronvel/smart-preprocessor

A smart preprocessor for Node.js.

JavaScript
0
0
MIT License

Support the dependencies of cronvel/smart-preprocessor

Account's avatar
minimistjs/minimist
parse argument options
Account's avatar
cronvel/string-kit
A string manipulation toolbox, featuring a string formatter (inspired by sprintf), a variable inspector (output featuring ANSI colors and HTML) and various escape functions (shell argument, regexp, html, etc).

Smart Preprocessor is a Node‑js tool that lets you embed conditional preprocessing directives in JavaScript source files (as specially‑marked comments) and then generate alternative builds or load a modified version at runtime. It’s aimed at developers who want to keep production code clean while easily adding or stripping development‑only features such as debug logging, environment‑specific code, or browser vs. server versions.