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-variableMagic per-project shell environments. Very pretentious. If a directory contains a .env file, it will automatically be executed when you cd into it. When enabled (set AUTOENV_ENABLE_LEAVE to a non-null string), if a directory contains a .env.leave file, it will automatically be executed when you leave it.
environment cd shell-extension shell-scripts bash zshNode-config organizes hierarchical configurations for your app deployments. It lets you define a set of default parameters, and extend them for different deployment environments (development, qa, staging, production, etc.).
conf config configuration node-config config-node env environmentDrupal VM is a VM for Drupal, built with Ansible. Drupal VM makes building Drupal development environments quick and easy, and introduces developers to the wonderful world of Drupal development on virtual machines or Docker containers (instead of crufty old MAMP/WAMP-based development).
ansible drupal vm vagrant virtualbox vmware fusion cms local development environmentTypeScript execution and REPL for node.js, with source map support. Works with typescript@>=2.0. Tip: Installing modules locally allows you to control and share the versions through package.json.
typescript repl nodejs runtime ts node environment compilerIt's a free, open source, cross-platform, local development environment and DevOps tool built on Docker container technology and developed by Tandem. Designed to work with most major languages, frameworks and services, Lando provides an easy way for developers of all types to specify simple or complex requirements for their projects, and then quickly get to work on them. Think of it as your local development's dependency management and automation tool. It can even be installed right beside an old Kalabox installation with no interference, or used as a complete upgrade-replacement. With Lando you can also...
local development environment docker nodejsdirenv is an environment switcher for the shell. It knows how to hook into bash, zsh, tcsh, fish shell and elvish to load or unload environment variables depending on the current directory. This allows project-specific environment variables without cluttering the ~/.profile file. Before each prompt, direnv checks for the existence of a ".envrc" file in the current and parent directories. If the file exists (and is authorized), it is loaded into a bash sub-shell and all exported variables are then captured by direnv and then made available to the current shell.
direnv environment shell-extension bash zsh tcsh fishNinja-IDE is a cross-platform integrated development environment (IDE) that runs on Linux/X11, Mac OS X and Windows desktop operating systems. Ninja-IDE allows developers to create applications for any purpose making the task of writing software easier and more enjoyable.It is specially designed for Python Applications Development.
python-ide ide integrated development environment editor code-editorThis is required. Types: js, css, remove, template, include or any html attribute if written like this: [href], [src], etc.
process html index build buildtime environment target optimize gruntpluginA 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.envThis library provides common functionality usable for most software projects: Logger - Asynchronous logging wrapper on top of new Microsoft logging class TraceSource with simplified API NameOf - Avoid using string names using static reflection Left(), Right() and No...
configuration diagnostics environment log log4net logging reflectionTranquillity is a compact, easy to use and highly extendible 3D particle system for Windows Phone 7 XNA projects.
3d billboard billboards environment game particle particlesIt will replace single-line comments // and multi-line comments /**/ with whitespace. This allows JSON error positions to remain as close as possible to the original source.Also available as a gulp/grunt/broccoli plugin.
json strip remove delete trim comments multiline parse config configuration conf settings util env environmentThe content management system for the Public Lab research community, the plots2 web application is a combination of a group research blog of what we call "research notes" and a wiki. Read more about the data model here. It features a Bootstrap-based UI and a variety of community and attribution features that help the Public Lab community collaborate on environmental technology design and documentation, as well as community organizing. Originally a Drupal site, it was rewritten in 2012 in Ruby on Rails and has since extended but not entirely replaced the legacy Drupal data model and database design.
wiki rails publiclab environment collaboration first-timers beginner-friendly help-wantedThe additional context on top of ENV that should be passed to templates. If NODE_ENV is not set, the task sets it to development by default.
gruntplugin directive var env environment ifdef echo include exclude process preprocess pragmaPreprocess HTML, JavaScript, and other files with directives based off custom or ENV configuration
directive env environment ifdef ifndef echo include exclude process preprocess pragmaThis is a collection of dotfiles and scripts I use for customizing OS X to my liking and setting up the software development tools I use on a day-to-day basis. They should be cloned to your home directory so that the path is ~/dotfiles/. The included setup script creates symlinks from your home directory to the files which are located in ~/dotfiles/. The setup script is smart enough to back up your existing dotfiles into a ~/dotfiles_old/ directory if you already have any dotfiles of the same name as the dotfile symlinks being created in your home directory.
dotfiles zsh environmentFlexible lightweight configuration loader for Node
config configuration file require json environment variable node yaml coffee coffee-script
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.