EnvOne
EnvOne is a zero-dependency module that loads dynamic environment configurations from a
.env.config
file, and process it as environment variables intoprocess.env
- Relief from messing with your Node.js environments!Why EnvOne?
-
Is it hard to handle your non-secret environment variables across your environments?
CONTACT_US_EMAIL (DEV): hello-dev@abcd.com
CONTACT_US_EMAIL (STAG): hello-stag@abcd.com
CONTACT_US_EMAIL (PROD): hello@abcd.com -
Are you suffering to manage a lot of environment variables across your environments?
-
Do you follow any unique patterns across your environments?
DEV: https://test-dev.application.abcd.com
STAG: https://test-stag.application.abcd.com
PROD: https://test-prod.application.abcd.com -
Where do you keep your environment variables across your environments? You can commit
.env.config
to your version control to reduce your management of non-secret environment variables.
