godotenv
Env loader
Loads environment variables from .env files into Go applications
A Go port of Ruby's dotenv library (Loads environment variables from .env files)
8k stars
43 watching
405 forks
Language: Go
last commit: 21 days ago
Linked from 2 awesome lists
dotenvenvironment-variablesgogolang
Related projects:
Repository | Description | Stars |
---|---|---|
bkeepers/dotenv | A Ruby gem that loads environment variables from a .env file into the application's environment. | 6,604 |
motdotla/dotenv | Loads environment variables from a configuration file into the application's environment | 19,228 |
rbenv/rbenv | Manages multiple versions of the Ruby programming language on Unix-like systems | 16,131 |
subosito/gotenv | A package that loads environment variables from files or io.Reader in Go. | 300 |
sakirsensoy/genv | A Go library that simplifies access to environment variables in projects. | 39 |
symfony/dotenv | A component that loads and parses environment variables from .env files to make them accessible in PHP applications. | 3,743 |
vlucas/phpdotenv | Automatically loads environment variables from a configuration file into PHP applications. | 13,177 |
kelseyhightower/envconfig | A library that provides environment variable support in Go applications | 5,070 |
rbenv/rbenv-vars | An rbenv plugin that safely sets environment variables before spawning Ruby processes. | 422 |
ian-kent/envconf | Tools to configure Go applications from environment variables. | 11 |
stackbuilders/dotenv-hs | Loads configuration from dotenv files into the environment of Haskell programs. | 65 |
geertjohan/go.rice | Makes working with resources like HTML, CSS, images, and templates easy in Go programs | 2,417 |
chihab/dotenv-run | A collection of packages that provide seamless loading of environment variables from .env files across multiple development tools and frameworks. | 251 |
gookit/ini | A library for managing configuration data in Go applications | 85 |
goby-lang/goby | An object-oriented interpreter language inspired by Ruby and implemented in Go. | 3,493 |