UNPKG

envcave

Version:

🧑‍⚕️ Envcave – ESLint + Prettier for your .env files. Diagnose, lint, and sync environment variables. Coming soon!

34 lines (21 loc) 582 B
# 🧑‍⚕️ Envcave **ESLint + Prettier for your environment files.** Diagnose, lint, and sync your `.env` files keep your config healthy across environments. --- ## 🚧 Status This package is reserved and under development. Expect initial releases soon with: - Linting of `.env` files - Sync between `.env` and `.env.example` - Code-aware validation (`process.env.*`, `import.meta.env.*`) - VS Code extension integration --- ## 📦 Installation ```bash npm install -D envcave ``` 🔮 CLI (coming soon) npx envcave check npx envcave sync 📜 License MIT