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 jdarren/file-transform-cache

Account's avatar
trentm/node-bunyan
a JSON logging library for node.js services
Account's avatar
npm/deprecate-holder
Account's avatar
isaacs/node-glob
the most correct and second fastest glob implementation in JavaScript
Account's avatar
joyent/node-vasync
utilities for observable asynchronous control flow

Support the repos that depend on this repository

Top contributors

jdarren's profile
jdarren
30 contributions

Recent events

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

No events yet
jdarren

jdarren/file-transform-cache

JavaScript
0
1
No license

file‑transform‑cache is a lightweight, build‑system‑agnostic Node.js library that lets you define a pipeline of file‑transform functions and automatically caches each transformed file on disk. By checking either modification time or a content hash, it avoids re‑processing unchanged files and provides simple APIs (`transform`, `transformGlob`, and `save`) for working with single files, globs, and persisting the cache. It’s aimed at developers who need reusable, fast file transformation (e.g., in custom build scripts, gulp/webpack alternatives, or CLI tools).