Env Setup

Discover the environment variables a codebase actually reads, generate or update a grouped .env.example template, validate that required variables are set, and keep secrets out of git. Use when setting up environment variables for a project, scaffolding .env templates, validating an existing .env file, documenting required configuration, or checking that .gitignore covers env files. Backs the /env command.

shipshitdev be73cde 2 files · 5.8 KB Updated

File contents

shipshitdev/skills/tree/main/skills/env-setup commit be73cde1bb

Frequently asked questions

npx skillmds add shipshitdev/env-setup