-
Updated
May 16, 2021 - Go
#
environment-variables
Here are 963 public repositories matching this topic...
Simple lib to parse environment variables to structs
Strict separation of config from code.
-
Updated
Apr 28, 2021 - Python
Featureful configuration management library for Node.js
nodejs
javascript
config
json
node
schema
validation
configuration
json-files
environment-variables
configuration-management
env
-
Updated
May 3, 2021 - JavaScript
A secure webpack plugin that supports dotenv and other environment variables and only exposes what you choose and use.
-
Updated
May 13, 2021 - JavaScript
Setting environment variables from a file
nodejs
typescript
utilities
cross-platform
environment-variables
command-line-tool
variables
environments
-
Updated
May 13, 2021 - TypeScript
Composer script handling your ignored parameter file
-
Updated
Mar 17, 2020 - PHP
Library for managing environment variables in Clojure
-
Updated
May 6, 2020 - Clojure
simplified environment variable parsing
-
Updated
May 12, 2021 - Python
Loads environment variables from .env.[development|test|production][.local] files for Node.js® projects.
-
Updated
May 10, 2021 - JavaScript
PHP Standard Library - a modern, consistent, centralized, well-typed set of APIs for PHP programmers.
shell
html
php
encoding
json
collection
math
intl
environment-variables
data-structures
io
result
standard-library
psl
multibyte-strings
grapheme-cluster
pseudo-random
password-hashing
secure-random
type-assertion
-
Updated
May 15, 2021 - PHP
Keep your .env in sync with .env.example
-
Updated
May 10, 2021 - TypeScript
Open
Implement -v flag
2
a8m
commented
Dec 6, 2017
2
android
kotlin
java
dotenv
jvm
environment-variables
hacktoberfest
12-factor
environment-configuration
-
Updated
Mar 13, 2021 - Kotlin
Ensures presence and type of your app's ENV-variables (mirror)
-
Updated
Mar 9, 2021 - Ruby
ilyakaznacheev
commented
Oct 30, 2020
Write a Godoc example test to show how to use all of the supported library tags.
Easy to use environment variables for Ionic3!
-
Updated
May 5, 2018 - CSS
a golang library to manage environment variables
-
Updated
Apr 22, 2021 - Go
Useful helper to read and use application configuration from environment variables.
-
Updated
Nov 24, 2020 - Elixir
Simple config properties API for Kotlin
-
Updated
Apr 16, 2020 - Kotlin
Verification, sanitization, and type coercion for environment variables in Node.js
nodejs
javascript
sanitization
dotenv
environment
typescript
environment-variables
env
environment-vars
variables
verifies
typescript-support
parsing-variables
-
Updated
May 5, 2021 - JavaScript
Python Application Configuration With Environment Variables
-
Updated
May 15, 2021 - Python
Use `now.json` environment variables while developing
-
Updated
Aug 8, 2019 - JavaScript
Load react native environment variables using import statements for multiple env files.
-
Updated
May 13, 2021 - JavaScript
computer-science
open-source
regular-expression
test-automation
environment-variables
penetration-testing
dynamic-analysis
awesome-list
test-data
threat-hunting
html-entities
network-discovery
domain-name
information-security
password-cracker
security-tools
exploit-development
attack-modeling
dictionary-search
http-headers
-
Updated
Jul 1, 2019 - HTML
cristaloleg
commented
Sep 17, 2020
In the README you can find an example related to spf13/Cobra
package. We need similar example but for another cli library :)
[Utility] Push and pull heroku environment variables to your local env
-
Updated
Jul 16, 2020 - JavaScript
-
Updated
Oct 25, 2019 - Go
A .NET library to load environment variables from .env files
-
Updated
Mar 22, 2021 - C#
direnv integration for emacs
-
Updated
Apr 19, 2021 - Emacs Lisp
Improve this page
Add a description, image, and links to the environment-variables topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the environment-variables topic, visit your repo's landing page and select "manage topics."
Hi,
thank you for the library. It really improved the way I approach configuration files.
Finally I have types and proper sections.
What I am missing is schema: I would love to be able to enforce that some parameters are obligatory, their type and provide a description, also raise an exception if there is some unknown parameter is configured.
I think I could use something like
marshmallow