PickSkill
← Back

Environment Sync Tool

Generate .env.example from your .env files. Use when onboarding developers.

README.md
Rendered from GitHub raw
View raw ↗

ai-env-sync

Generate .env.example from your .env files. Strips secrets, adds helpful comments.

Install

npm install -g ai-env-sync

Usage

npx ai-env-sync
# Reads .env, .env.local, etc. and generates .env.example
 
npx ai-env-sync ./my-project

Setup

export OPENAI_API_KEY=sk-...