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 currently enforces an overly strict `UPPERCASE_SNAKE_CASE` validation, rejecting common and spec-compliant lowercase or mixed-case keys like `database_url` or `appPort`. This bug prevents users from converting valid `.env` files, as the `dotenv` specification does not mandate uppercase keys. The expected fix is to relax the key validation regex to accept any combination of letters, digits, and underscores.

Complexity: 1/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