@dotenvx/dotenvx
Advanced tools
Changelog
FOO=foo
FOO=${FOO}bar
# foobar
dotenvx.parse
now maps to dotenvx's internal parser. (prior it was mapping to dotenv's)dotenvx.configDotenv()
. use dotenvx.config()
(#445)Changelog
1.21.0
🎓 now if you choose to single quote, double quote, no quote, or backtick your value it will be respected - including for encrypted values. this more intuitively handles complex cases like escaped characters, literals, and json.