dotenv-expand
Expand variables already on your machine for use in your .env file
dotenv-expand is a zero-dependency module that extends dotenv with advanced environment-variable processing. It expands variables inside .env values using braced or unbraced interpolation syntax. Default values and alternate-value expressions allow configuration to adapt when variables are present or missing. The package also supports command substitution, allowing trusted .env files to insert the output of local commands. Encrypted values created with dotenvx can be decrypted when the...