A lightweight, client-side tool for managing and transforming environment configurations.

0 stars 0 forks 0 watchers JavaScript MIT License
client-side configuration developer-tools environment-variables javascript vite webapp
1 Open Issue Need Help Last updated: Feb 19, 2026

Open Issues Need Help

View All on GitHub

AI Summary: The .env parser is incorrectly rejecting keys that are not in all uppercase with underscores. It should accept lowercase and mixed-case keys as per the dotenv specification, as these are common in real-world configurations. The fix involves relaxing the input validation regex.

Complexity: 2/5
bug good first issue

A lightweight, client-side tool for managing and transforming environment configurations.

JavaScript
#client-side#configuration#developer-tools#environment-variables#javascript#vite#webapp