Operating on the NODE_ENV environmental variable
Customizable process.env checker with NODE_ENV preset. Has a value validation feature.
A library to add simple database migration support to loopback projects. Migrations that have been run will be stored in a table called 'Migrations'. The library will read the loopback datasources.json files based on the NODE_ENV environment variable just
Add .env.dev file ``` NODE_ENV = 'development' VUE_APP_API_BASE_URL = 'development domain' ```
Manages NODE_ENV
Ignore a higher-order function if a condition is met, such as NODE_ENV === 'test'
NODE_ENV integration for docker-compose
One function to play with NODE_ENV in various ways.
Builds a module from a single json configuration file using current NODE_ENV for selecting the matching leaf values
NODE_ENV with fallback
load env with dotenv based on NODE_ENV
Clean up your package.json with per-NODE_ENV npm scripts
Add npm run build to NODE_ENV=production.
Dotenv extension. Switch settings with NODE_ENV
A little helper for select config file according to NODE_ENV environment
Robust Environment Configuration for Universal Applications.
require config file via NODE_ENV
set the url to a grpc server with rules based on NODE_ENV
Performs require of packages in different paths according to the NODE_ENV
A reusable NestJS Auth guard for validating JWT tokens locally or trusting API Gateway headers in production. This guard automatically switches behavior based on the `NODE_ENV` environment variable.
load env with dotenv based on NODE_ENV
An overlay for displaying stack frames.
Grab quick info from common environment variables (NODE_ENV, LOG_LEVEL, etc.). Convenience methods.
Replace all instances of NODE_ENV with REACT_NODE_ENV