Vite plugin which enables you to configure your environment variables when deploying your app.
-
Updated
Jun 23, 2025 - TypeScript
.env (dotenv) is a file, used to store configuration values as key-value pairs, similar to the ini file format. Since this file usually contains confidential information like credentials, it’s commonly prevented from being tracked by version control.
Vite plugin which enables you to configure your environment variables when deploying your app.
Multiple-environment configuration manager
Tiny Library to load environment variables directly from AWS System parameter store.
This is the utility module for node js to generate .sample.env file for the projects.
A simple cross-platform typescript template with nodemon to watch for file changes.
Apply .env file to process.env and watch file changes in vite.