Showing 1-20 of 4,458 packages
Automatically generate .d.ts from .env.example
Keep your .env in sync with .env.example
Generate .env.example from your project's env usage
Validate environment variables with Zod and generate .env.example
``` npm install cp .env.example .env npm run dev ```
``` npm install cp .env.example .env npm run dev ```
Generate .env.example from your project's env usage
Audit .env against a required env file (.env.example). CI-friendly.
`cp .env.example .env.local`
Pull .env updates from .env.example automatically. Keep your environment files in sync.
Framework-agnostic environment variable validation, documentation generator, and .env.example creator
Static .env validation for CI/CD and monorepos. Validate against .env.example, detect secrets, check types - before deployment.
Detect leaked env keys, replace with placeholders, and generate .env.example files
A tool that watches your .env file and updates your .env.example file
- `cp .env.example .env` - `wrangler dev`
convert .env.example to .env (and some)
Vite plugin to automatically sync .env keys to .env.example
Generate your .env.example file in a simple and fast way, you will never have to worry about manually updating your example file of environment variables!
```env #.env.example
Automatically copy .env.example to .env.local in monorepo projects