-
Updated
May 20, 2020 - JavaScript
#
variables
Here are 269 public repositories matching this topic...
A collection of handy Bash One-Liners and terminal tricks for data processing and Linux system maintenance.
linux
shell
bash
terminal
system
hardware
grep
data-processing
variables
xargs
xwindow
one-liners
linux-administration
oneliner-commands
shell-oneliner
-
Updated
May 23, 2020
Client-side support for CSS custom properties (aka "CSS variables") in legacy and modern browsers
javascript
css
polyfill
web-component
client
legacy
module
ie9
ie
ponyfill
client-side
internet-explorer
shadow-dom
shadow
variables
ie10
vars
ie11
custom-properties
custom-property
-
Updated
Jun 22, 2020 - JavaScript
2
A delightfully simple theme system for docsify.js. Features multiple themes with rich customization options, an improved desktop and mobile experience, and legacy browser support (IE10+).
-
Updated
May 24, 2020 - CSS
Extract structured variables from sass files
-
Updated
Dec 20, 2019 - JavaScript
Comprehensive language-agnostic guidelines on variables naming.
pattern
naming
guideline
naming-conventions
cheatsheet
action
guidelines
prefix
variables
naming-schemes
naming-cheatsheet
naming-pattern
high-context
low-context
-
Updated
Nov 26, 2019
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
Jul 2, 2020 - JavaScript
epegzz
commented
Jul 1, 2019
As mentioned by @franciscolourenco in #32
// vue.config.js
module.exports = {
chainWebpack: config => {
const moduleTypes = ['vue-modules', 'vue', 'normal-modules', 'normal']
moduleTypes.forEach(type =>
config.module
.rule('scss')
.oneOf(type)
.
Easy to use event-driven CSS variables
-
Updated
Mar 18, 2019 - JavaScript
DEPRECATED Allows you to easily use Craft Globals as variables in Rich Text fields
-
Updated
Jan 1, 2019 - PHP
A MkDocs plugin that injects the mkdocs.yml extra variables into the markdown template
-
Updated
Jun 25, 2020 - Python
-
Updated
Apr 30, 2020 - JavaScript
Allows you to easily use Craft Globals as variables in Rich Text fields
-
Updated
Jun 7, 2020 - PHP
-
Updated
Jun 23, 2020 - Rust
shoenig
commented
Apr 27, 2020
E.g. I want to remove CONSUL_HTTP_TOKEN
from
[NUC10 consul-tls-connect (master)] $ envy show --decrypt test
CONSUL_CACERT=consul-agent-ca.pem
CONSUL_CLIENT_CERT=dc1-server-consul-0.pem
CONSUL_CLIENT_KEY=dc1-server-consul-0-key.pem
CONSUL_HTTP_ADDR=https://127.0.0.1:8500
CONSUL_HTTP_SSL=true
CONSUL_HTTP_TOKEN=e7de65c5-16b8-5f4d-0570-77cdde93ea64
CONSUL_PORT=8500
CONSUL_SCHEME=ht
Show and Copy ACF group field variables to add to your theme code.
theme
wordpress
wordpress-plugin
acf
advanced-custom-fields
fields
variables
acf-addon
acf-php-vars
theme-code
-
Updated
Sep 27, 2018 - PHP
Name analyzer written in Javascript
-
Updated
Apr 15, 2020 - JavaScript
Improve this page
Add a description, image, and links to the variables topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the variables topic, visit your repo's landing page and select "manage topics."
Is dotenv-expand supported? (https://github.com/motdotla/dotenv-expand)
I think not because I have attempted to add this to the env files but it doesn't work.
REACT_APP_APP_VERSION=${npm_package_version}
(as per CRA docs:)
https://create-react-app.dev/docs/adding-custom-environment-variables/#expanding-environment-variables-in-env
Happy to raise a PR to add support if someone could poin