env-variable-managerr
v1.0.1
Published
A simple package to manage and validate environment variables
Downloads
1
Maintainers
Readme
env-config-manager
A simple package to manage and validate environment variables for Node.js applications.
Features
- 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.
Installation
You can install env-config-manager
using npm:
npm install env-config-manager