Skip to content

EnvOne - Initial release v0.1.0

Compare
Choose a tag to compare
@suthagar23 suthagar23 released this 28 Jun 17:29
· 72 commits to master since this release

EnvOne is a zero-dependency module that loads dynamic environment configurations from a .env.config file, and process it as environment variables into process.env. "Reduce your environment variables!"

  • Added implementation to load .env.config with proper values
  • Added support to override the .env.config environment values with default env-Values
  • Added custom options (path and debug)