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

gnode is a lightweight wrapper for the Node.js executable that enables ES6 Generator support on all Node versions, even those that don't natively support it. It transparently transpiles ES6 code with generators into ES5-compatible code using Facebook's regenerator when needed, or automatically adds the `--harmony-generators` flag for newer Node versions. This tool is designed for Node.js developers who want to use ES6 Generators and Generator-based flow control libraries like co or suspend without worrying about their Node version's compatibility.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of tootallnate/gnode

Account's avatar
facebook/regenerator
Source transformer enabling ECMAScript 6 generator functions (yield) in JavaScript-of-today (ES5)
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
npm/node-semver
The semantic version parser used by npm.
Account's avatar
jmar777/suspend
Async control-flow for Node.js using ES6 generators.

Support the repos that depend on this repository

Top contributors

TooTallNate's profile
TooTallNate
78 contributions
benjamn's profile
benjamn
3 contributions
timoxley's profile
timoxley
2 contributions
etiktin's profile
etiktin
1 contributions
popomore's profile
popomore
1 contributions

Recent events

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

No events yet
tootallnate

tootallnate/gnode

Run node with ES6 Generators, today!

JavaScript
248
15
MIT License