Repository navigation

#

.env

.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.

motdotla/dotenv
JavaScript
20050
5 天前

Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.

PHP
13455
5 个月前

A Go port of Ruby's dotenv library (Loads environment variables from .env files)

Go
9833
10 个月前

Reads key-value pairs from a .env file and can set them as environment variables. It helps in developing applications following the 12-factor principles.

Python
8400
1 个月前

A Ruby gem to load environment variables from `.env`.

Ruby
6693
2 个月前

Registers environment variables from a .env file

PHP
3794
2 个月前

💥 A boilerplate application for building RESTful APIs Microservice in Node.js using express and mongoose in ES6 with code coverage and JsonWebToken Authentication

JavaScript
2930
5 年前
dotenv-linter/dotenv-linter

⚡️Lightning-fast linter for .env files. Written in Rust 🦀

Rust
1997
6 天前

A secure webpack plugin that supports dotenv and other environment variables and only exposes what you choose and use.

JavaScript
1304
3 个月前
dotenv-org/dotenv-vault

sync .env files—from the creator of `dotenv`.

TypeScript
1223
3 个月前

Variable expansion for dotenv. Expand variables already on your machine for use in your .env file.

JavaScript
1029
1 个月前

A Babel preset let you import application configs from .env file (zero runtime dependency)

JavaScript
912
5 年前

Loads environment variables from .env.[development|test|production][.local] files for Node.js® projects.

JavaScript
888
1 个月前

Load react native environment variables using import statements for multiple env files.

JavaScript
850
5 天前

Config module for nestjs using dotenv 🔑

TypeScript
707
2 年前

.env files built for sharing powered by @env-spec decorator comments

TypeScript
652
1 天前

Verification, sanitization, and type coercion for environment variables in Node.js

JavaScript
614
1 年前

🗝️ Dotenv is a no-dep, pure Java module that loads environment variables from a .env file

Java
605
7 个月前