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 areusjs/envprops

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
shouldjs/should.js
test framework agnostic BDD-style assertions

Support the repos that depend on this repository

Top contributors

nemtsov's profile
nemtsov
12 contributions
mrchief's profile
mrchief
1 contributions

Recent events

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

No events yet
areusjs

areusjs/envprops

Environment-specific property configuration library.

JavaScript
9
0
MIT License

envprops is a lightweight Node.js library for managing environment‑specific configuration values. It stores settings keyed by property name with per‑environment values (supporting segments, globs, defaults and environment variables), and provides an API to set and retrieve the correct value based on the current `NODE_ENV` (or a custom env variable). It’s aimed at developers who need a clear, error‑resistant way to handle configuration across multiple deployment environments.