නොමිලේ ENV File Validator
Lint a .env file for duplicate keys, bad spacing, and unquoted values — then get a cleaned, sorted version and a ready-to-commit .env.example. Runs in your browser.
💡 Catches duplicate keys, spaces around =, unquoted values, and naming-convention issues — then gives you a cleaned, sorted file and a ready-to-commit .env.example. Your secrets are parsed entirely in your browser and never uploaded.
Optimize for your platform
එය ක්රියා කරන්නේ කෙසේද
A malformed .env file causes confusing config bugs — a duplicate key, a stray space around "=", an unquoted value with a space. This lints your file and cleans it up, all locally (important, since .env files hold secrets).
- 1You paste your .envEach line is parsed: comments and blanks are skipped, "export" prefixes handled.
- 2It checks for problemsDuplicate keys, spaces around "=", invalid key names, non-uppercase keys, empty values, and unquoted values containing spaces or "#" are flagged with line numbers.
- 3It produces a cleaned fileKeys are de-duplicated (last value wins), sorted alphabetically, and values are quoted where needed.
- 4And a .env.exampleThe same keys with blank values — ready to commit so teammates know which variables to set, without leaking secrets.
.env files are full of secrets — API keys, database passwords. This tool parses everything in your browser and never uploads a thing, so it's safe to paste a real file.
අපගේ දේ ඇයි භාවිතා කරන්නේ?
සම්බන්ධ මෙවලම්
වචන ගණකය
වචන, අකුරු, වාක්ය, සහ ඡේද ගණනය කරන්න. කියවීමේ කාලය ගණනය කරන්න.
පෙළ අක්ෂර පරිවර්තකය
පෙළ UPPERCASE, lowercase, Title Case, camelCase, snake_case, සහ තවත් දෙයකට පරිවර්තනය කරන්න.
JSON ආකෘතිය
JSON දත්ත ආකෘති කරන්න, වලංගු කරන්න, කුඩා කරන්න, සහ ගවේෂණය කරන්න. ගස් දර්ශනය, වාක්ය ඛණ්ඩ උද්දීපනය කිරීම සහ එක් ක්ලික් පිටපතක්.
