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

RootRequire is a Node.js utility that simplifies requiring files by allowing developers to reference paths relative to the project root, making file organization and refactoring easier. It's ideal for JavaScript developers who want cleaner, more maintainable code and better documentation of their app's directory structure. The project is now deprecated in favor of ES6 modules.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies

Support the repos that depend on this repository

Top contributors

ericelliott's profile
ericelliott
4 contributions

Recent events

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

No events yet
ericelliott

ericelliott/rootrequire

npm install --save rootrequire # then `var root = require('rootrequire'), myLib = require(root + '/path/to/lib.js');`

JavaScript
18
1
MIT License