Selectively replace Node-style environment variables with plain strings. Available as a standalone CLI tool and a Browserify v2 transform.Works best in combination with uglifyify.
environment variables browserify browserify-transform transform source configurationDotenv is a zero-dependency module that loads environment variables from a .env file into process.env. Storing configuration in the environment separate from code is based on The Twelve-Factor App methodology.As early as possible in your application, require and configure dotenv.
dotenv env .env environment variables config settingsMost Windows command prompts will choke when you set environment variables with NODE_ENV=production like that. (The exception is Bash on Windows, which uses native Bash.) Similarly, there's a difference in how windows and POSIX commands utilize environment variables. With POSIX, you use: $ENV_VAR and on windows you use %ENV_VAR%.cross-env makes it so you can have a single command without worrying about setting or using the environment variable properly for the platform. Just set it like you would if it's running on a POSIX system, and cross-env will take care of setting it properly.
environment variables cross-platform unix cross-env cross-environment environment-variablePreCSS lets you use Sass-like markup and staged CSS features in CSS. PreCSS combines Sass-like syntactical sugar — like variables, conditionals, and iterators — with emerging CSS features — like color functions, logical and custom properties, media query ranges, and image sets.
postcss css postcss-plugin sass scss variables conditionals iterations iterators iterables iterate contents eaches elses fors ifs includes imports medias queries query mixins defaults functions colors customs dirs system-ui image-set logical properties blocks inlines starts ends any-link font-variant overflow-wrap caniuseCSS the way it was imagined. Myth is a preprocessor that lets you write pure CSS without having to worry about slow browser support, or even slow spec approval. It's like a CSS polyfill.
preprocessor pre-processor postprocessor post-processor rework css pure autoprefixer postcss sass less stylus style gradients variables media-queries calc prefixesWrite SVG lets you write SVGs directly in CSS. @svg at-rules generate SVG elements available to CSS. Within an @svg, descendant at-rules (like @rect) are interpreted as elements, while declarations (like width) are interpreted as attributes.
postcss css postcss-plugin markups customs svgs scalable vectors graphics multiplexing syntaxes params vars variablesOpen Props provides CSS custom properties to help accelerate adaptive and consistent design. It expertly crafted web design tokens and create consistent components. You can pick from CSS, PostCSS, JSON, or props as Javascript. It includes Open Color (Version 1.9.1), an open-source color scheme optimized for UI development. It has support for Gradients, Shadows, Noise, Aspect Ratios, Typography, Animation and Media queries.
css css-custom-properties css-gradients css-colors css-utilites css-easing-functions css-normalise css-custom-media-queries utilities variables custom-properties gradientsA secure webpack plugin that supports dotenv and other environment variables and only exposes what you choose and use. Include the package locally in your repository.
webpack-plugin dotenv-webpack dotenv webpack plugin secure environment-variables env safe environment dotenv-safe variables process process.envPostCSS plugin for Sass-like variables.You can use variables inside values, selectors and at-rule’s parameters.
postcss css postcss-plugin sass variables varsReturns null in the unlikely scenario that the home directory can't be found.This module was made long before os-homedir. When Node.js decided to add a native method for getting the user's home directory, I made a polyfill matching its API and decided to depend on it here, so not to have duplicate code. The main reason this one is still around is that lots of modules depend on it and I see no reason to inconvenience dependents by deprecating this. This one also gets the home directory on startup and returns a string rather than exposing a method, so it's faster, and I prefer this API. Modules are cheap in Node.js, so doesn't matter. Use whichever you prefer. I'm going to continue using this one.
user home homedir os-homedir dir directory folder path env vars environment variables userprofileWith the help of this package, you can easily set environment variables for the use in development.If you're already using a now.json file or the now key in package.json, the env sub property will be assigned to process.env automatically.
now environment-variables environment-vars zeit env environment variables secretsDotenv-expand adds variable expansion on top of dotenv. If you find yourself needing to expand environment variables already existing on your machine, then dotenv-expand is your tool.As early as possible in your application, require dotenv and dotenv-expand, and wrap dotenv-expand around dotenv.
dotenv expand variablesParse dotenv files for Boolean, Array, and Number variable types, built for CrocodileJS.After using this plugin, the environment variables are parsed to their proper types.
parse dotenv env twelve factor variables vars environment config dotfile array boolean check convert dot numberEnvironment variables exposed by CI tools
ci environment variables travis circlePostCSS plugin to transform W3C CSS Custom Properties for cascading variables syntax to more compatible CSS.Per w3c specifications, the usage of var() is limited to property values. Do not expect the plugin to transform var() in media queries or in selectors.
css postcss postcss-plugin custom-properties variables varsExtracted from JSHint and ESLint and merged.It's just a JSON file, so use it in whatever environment you like.
globals global identifiers variables vars jshint eslint environmentsDumps information about a variable. Now godump is part of zhgo project.
variables debug dumpPainless configuration for Node apps with defaults file, environment variables, arguments, function parameters.Got sick of the complexity of nconf. Don't try to be everything to everybody. Just get a simple job done with simple code.
config configuration environment variables env paths secrets credentials
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.