~/
envtools
Tools
Guides
Blog
Compare
Search
⌘K
cn
~/
tools
env-cleaner
.env · transform
ENV 清理工具 — 删除 .env 中的重复项和空行
清理你的 .env 文件。一键删除重复项、空值、注释和尾部空白。
Be the first to rate
dedupe
remove empty values
strip comments
messy input
sample
# My env file API_KEY=abc API_KEY=def EMPTY= DEBUG=true # this is a comment PORT=3000
clean output
Copy
Download
API_KEY=def DEBUG=true PORT=3000
Full tool page:
/env-cleaner