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

Pipez is a tiny (~100‑line) JavaScript library that lets developers create pure‑functional pipelines—functions composed of ordered, named stages—while cleanly separating configuration from implementation. It provides a `configure` API for pre‑setting, overriding, or temporarily tweaking step parameters, toggling steps on/off, injecting before/after hooks, and extracting sub‑pipelines, making highly configurable utilities (e.g., advanced logging) easy to build and extend. It's aimed at JavaScript developers who need flexible, composable function sequencing without boiler‑plate or global state.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of xpl/pipez

Account's avatar
christensson/babel-plugin-transform-es2017-object-entries
Babel plugin for transforming ES2017 features Object.entries and Object.keys
Account's avatar
chaijs/chai
BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
Account's avatar
nickmerwin/node-coveralls
takes json-cov output into stdin and POSTs to coveralls.io
Account's avatar
gotwarlost/istanbul
Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use ca
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
istanbuljs/nyc
the Istanbul command line interface

Support the repos that depend on this repository

Top contributors

xpl's profile
xpl
71 contributions

Recent events

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

No events yet
xpl

xpl/pipez

Function sequencing reloaded

JavaScript
14
2
The Unlicense