Dotenv

Load environment variables from a .env file into process.env for Node.js applications. Use when configuring apps with secrets, setting up local development environments, managing API keys and database uRLs, parsing .env file contents, or populating environment variables programmatically. Always use this skill when the user mentions .env, even for simple tasks like "set up dotenv" — the skill contains critical gotchas (encrypted keys, variable expansion, command substitution) that prevent common production issues. Use when this capability is needed.

tomevault-io Updated

File contents

tomevault-io/skills-registry/tree/main/motdotla--dotenv--dotenv commit 14c89519a4

Frequently asked questions

npx skillmds@latest add tomevault-io/dotenv