Environment Variable Parser
Parse .env files and convert to different formats.
Output Format:
.env Input
JSON Output
Output Formats
- JSON - Use in JavaScript/TypeScript applications
- YAML - Use in Docker Compose or Kubernetes
- Shell - Export commands for bash/zsh
- Docker - -e flags for docker run commands