dot-env-generator
Environment variable transformer
A source generator that transforms environment variables into constants in C# code
A source generator for C# that turns .env files into runtime constants.
33 stars
4 watching
3 forks
Language: C#
last commit: about 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
kaw0/envvariablesgenerator | Generates code to access environment variables from an .env file | 3 |
tonerdo/dotnet-env | A .NET library to load environment variables from .env files | 445 |
igorissen/angular-env-builder | Generates environment variables in Angular projects based on configuration settings. | 1 |
chihab/dotenv-run | A collection of packages that provide seamless loading of environment variables from .env files across multiple development tools and frameworks. | 256 |
decryptus/json-dotenv | Manipulates and extracts environment variables from JSON-formatted files | 8 |
nasermirzaei89/env | A package to access environment variables in Go | 18 |
hughsk/envify | Replaces environment variable checks with plain string comparisons | 901 |
syntaqx/env | A utility package for working with environment variables in Go programs | 6 |
ashenblade/enumclass | A source generator that creates type-safe classes inspired by Kotlin's enum class | 4 |
gdotdesign/cr-dotenv | Loads and manages environment variables from external configuration files | 95 |
mathworks/dotenv-for-matlab | Loads configuration data from an environment file into a MATLAB application | 15 |
shyiko/dotenv | A configuration library for Java applications that loads environment variables from files or system variables | 46 |
schdck/create-env-json | Generates a JSON file with customizable environment variables. | 15 |
jasonwei512/winui-observablesettings | A C# source generator to create observable, strongly-typed properties for reading and writing settings in WinUI 3 apps. | 5 |
avdi/dotenv_elixir | An Elixir module that loads environment variables from a .env file into the process environment when started. | 230 |