@wondev/dotenv-example
v1.0.2
Published
Generate .env.example from .env files with masked values
Maintainers
Readme
.env를 읽어서 .env.example을 아래 형태로 만들어주는 npm 패키지를 만들려고해 이름 추천해줘
NOTION_DATABASE_ID="your_notion_database_id" NOTION_API_KEY="your_notion_api_key"
GEMINI_API_KEY="your_gemini_api_key"
