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 demimonde/dotenv

Account's avatar
a-la/alamode
A Regex-Based Transpiler Of Source Code To Allow Writing Import And Export Statements And JSX With 0 Dependencies.
Account's avatar
artdecocode/eslint-config-artdeco
An eslint shareable config for Art Deco Code.
Account's avatar
artdecocode/yarn-s
Run Multiple Yarn Commands In Series.

Support the repos that depend on this repository

Top contributors

zavr-1's profile
zavr-1
8 contributions

Recent events

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

No events yet
demimonde

demimonde/dotenv

Read Environment Variables From The .env File Into process.env.

JavaScript
1
0
MIT License

This project, `@demimonde/dotenv`, is a lightweight Node.js package that loads environment variables from a `.env` file into `process.env`. It’s designed for developers who want to manage application configuration easily, especially during local development and testing, by keeping sensitive information separate from code. Essentially, it simplifies the process of using `.env` files to configure your Node.js applications.