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 gakimball/hybrid-gulp

Account's avatar
rvagg/through2
A tiny wrapper around Node.js streams.Transform (Streams2/3) to avoid explicit subclassing noise
Account's avatar
chaijs/chai
BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
isaacs/rimraf
A deep deletion module for node (like `rm -rf`)
Account's avatar
sinonjs/sinon
JavaScript test spies, stubs and mocks.

Support the repos that depend on this repository

Top contributors

gakimball's profile
gakimball
9 contributions
soumak77's profile
soumak77
1 contributions

Recent events

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

No events yet
gakimball

gakimball/hybrid-gulp

Easily create a hybrid API that works with and without Gulp.

JavaScript
0
1
MIT License

Hybrid Gulp is a Node.js utility that lets developers write Gulp‑style plugins once and use them either as regular command‑line tools (by supplying `src` and `dest` options) or as part of a Gulp pipeline (by calling them without those options). It abstracts the stream transform logic with through2 and handles promises or callbacks, making it useful for library authors who want a single plugin that works both standalone and within Gulp builds.