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

transformify is a small Node.js utility that wraps a synchronous string‑processing function (e.g., `s => s.toUpperCase()`) and turns it into a transform stream compatible with tools like Browserify, catw, and Mutiny. Developers can pipe file streams through the generated transform to apply custom text transformations on‑the‑fly, making it handy for build scripts and other streaming workflows.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of thlorenz/transformify

Account's avatar
nodejs/readable-stream
Node.js Streams, a user-land copy of the stream library from Node.js
Account's avatar
isaacs/nave
Virtual Environments for Node
Account's avatar
thlorenz/apply-transform
Applies a transform to an input string and calls back with result, mostly useful for testing transforms

Support the repos that depend on this repository

Top contributors

thlorenz's profile
thlorenz
7 contributions

Recent events

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

No events yet
thlorenz

thlorenz/transformify

Takes a synchronous function that transforms a string and converts it into a transform compatible with browserify, catw and mutiny.

JavaScript
8
1
MIT License