Registry / config / ayush272002-dotenv

ayush272002-dotenv

JSON →
library1.0.2vcpkgunverified

A modern C++23 header-only library for loading and parsing .env files at runtime.

vcpkg install ayush272002-dotenv
INSTALL
IMPORT
SIG · AYUSH272002-DOTENV
A
ayush272002-dotenv
configcppv1.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

dotenv.h
#include <dotenv.h>

Load a .env file and read an environment variable

#include <dotenv.h> #include <iostream> int main() { dotenv::load(".env"); std::cout << "DB_HOST: " << dotenv::get("DB_HOST") << '\n'; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.2latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
36 hits · last 30 days
node
30
OpenAI (training)
1
Resources

No resource links recorded.

ayush272002-dotenv — pip install ayush272002-dotenv · libregistry