An environment configuration library that eliminates the boilerplate of transforming parsed .env

5 stars 2 forks 5 watchers TypeScript Apache License 2.0
config decorators dotenv env environment manage-secrets secrets settings templates typescript variables
1 Open Issue Need Help Last updated: Nov 18, 2025

Open Issues Need Help

View All on GitHub

AI Summary: This feature request proposes adding "config profiles" to Envapt, allowing users to group environment variables under named profiles (e.g., dev, prod) within a single `.env` file. This enables easy switching between environment contexts without manually modifying multiple variables, thereby reducing errors and simplifying configuration. The proposed API involves section-style declarations in the `.env` file, with an `ENV_PROFILE` variable determining the active profile.

Complexity: 3/5
enhancement good first issue needs triage

An environment configuration library that eliminates the boilerplate of transforming parsed .env

TypeScript
#config#decorators#dotenv#env#environment#manage-secrets#secrets#settings#templates#typescript#variables