Here are
669 public repositories
matching this topic...
Featureful configuration management library for Node.js
-
Updated
Mar 11, 2021
-
JavaScript
Global settings for your Rails application.
Loads environment variables from .env.[development|test|production][.local] files for Node.js® projects.
-
Updated
Jan 24, 2021
-
JavaScript
deserialize env vars into typesafe structs with rust
-
Updated
Jan 28, 2021
-
Rust
A composer install helper for Advanced Custom Fields PRO
Run Bash commands replaying changes in Fish. 🍤
-
Updated
Mar 1, 2021
-
Shell
Python Application Configuration With Environment Variables
-
Updated
Feb 25, 2021
-
Python
🛠 A configuration library for Go that parses environment variables, JSON files, and reloads automatically on SIGHUP
Verification, sanitization, and type coercion for environment variables in Node.js
-
Updated
Nov 11, 2020
-
JavaScript
A .NET library to load environment variables from .env files
direnv integration for emacs
-
Updated
Jan 17, 2021
-
Emacs Lisp
Envy automatically exposes environment variables for all of your Go flags
The littlevgl graphics library for RT-Thread. | 基于 RT-Thread 移植的littlevgl图形库.
A lightweight yet powerful config package for Go projects
-
Updated
Apr 17, 2020
-
JavaScript
Parse dotenv files for Boolean, Array, and Number variable types, built for Lad
-
Updated
Feb 12, 2021
-
JavaScript
Handle configuration once and for all
-
Updated
Feb 14, 2021
-
JavaScript
-
Updated
Feb 27, 2021
-
JavaScript
^=^ clop是基于struct的命令行解析库,专注是它的灵魂,像AK47一样,简单,强大,专注,让命令行里面的疑难杂症统统走开[从零实现]
Transform environment variables for use with Terraform (e.g. `HOSTNAME` ⇨ `TF_VAR_hostname`)
The simplest yaml to ENV config loader.
Simple library to read environment variables and convert to simple types.
A compact and easy to use event-driven button driver module. | 一个小巧易用的事件驱动按钮驱动模块.
Env is a lightweight library bringing .env file parser compatibility to PHP. In short - it enables you to read .env files with PHP.
An R package for searching & retrieving data from the B.C. Data Catalogue
Securely manage Laravel .env files for different deployment environments
Improve this page
Add a description, image, and links to the
env
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
env
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
In cases where a variable is used, the linter should not complain if it is not listed alphabetically.
This is correct:
FOO=something BAR="$FOO or other"This is NOT correct:
BAR="$FOO or other" FOO=somethingWorkaround: