A simple package to manage and validate environment variables for Node.js applications.
- Load Environment Variables: Automatically loads environment variables from the system and validates them against a provided schema.
- Validation: Custom validation functions for environment variables.
- Default Values: Supports default values for optional environment variables.
- Get and Set Environment Variables: Easily retrieve and update environment variables programmatically.
You can install env-config-manager
using npm:
npm install env-config-manager