Load environment variables from a local .env file in Stata. A simplistic implementation of more sophisticated projects such as dotenv (Ruby), python-dotenv, dotenv (R) and DotEnv.jl.
Load an example .env file.
doenv using ".env"
display "`r(EXAMPLE_API_TOKEN)'"
net install doenv, from(https://github.com/vikjam/doenv/raw/master/) replace