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

The **esrol‑initializer** package provides a tiny framework‑style class for managing and bootstrapping application components in a defined order. Developers register component objects that include a `priority` and an initialization function (which may return a Promise), then call `instantiateComponents()` to run them sequentially and invoke a final callback once all components have resolved. It’s aimed at Node.js developers who need a simple, priority‑based loader for modular code.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of esrol/esrol-initializer

Account's avatar
debug-js/debug
Lightweight debugging utility for Node.js and the browser
Account's avatar
esrol/esrol-errors
An Errors Class for esrol-server-app. It is used for registering new custom errors with numbers, can get a single or all errors in the registry, has a custom throw error method.
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
sinonjs/sinon
JavaScript test spies, stubs and mocks.
Account's avatar
elliotf/mocha-sinon
mocha integration for sinon

Support the repos that depend on this repository

Top contributors

ivaylopivanov's profile
ivaylopivanov
12 contributions
ViktorVMT's profile
ViktorVMT
2 contributions

Recent events

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

No events yet
esrol

esrol/esrol-initializer

An Initializer Class used for adding and initializing components. Priority must exist between them.

JavaScript
1
0
MIT License