Judge NODE_ENV
Selectively replace Node-style environment variables with plain strings.
core library to load environment variables with monorepo support
Config loader with support for AWS Secrets Manager
Jest is translated via [babel-jest](https://github.com/facebook/jest/tree/master/packages/babel-jest) via babel to es5 and made usable, for special babel settings see [babels `test`-specific options](#test-specific-options) (`NODE_ENV` to `test` is set by
set some value via NODE_ENV to read config file by realtime
Create React App style dotenv support for Node projects.
类似gulp-envify 主要用来替换一些库的NODE_ENV
Return `dev`, `prod`, or optional extra environements based on `process.env.NODE_ENV`
uni-app mp-360
A runtime environment handler for create-react-apps
A browserify transform which minifies your code using Terser
CLI for PostCSS
```sh mkdir -p dist && \ docker run --rm \ --mount type=bind,src="$(pwd)"/dist,dst=/dist \ --mount type=bind,src="$(pwd)",dst=/root/git \ --env GIT_REPOSITORY=/root/git \ --env NODE_ENV=production \ --env BRANCH=master \ docker.youkuohao.com/ci-agen
A reusable NestJS Auth0 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.
Error management for Codama
This package adds lingui to GraphCommerce
WASI polyfill for browser and some wasm util
Selectively replace Node-style environment variables with plain strings.
Use react-devtools outside of the browser
Library of various React icons
CedarJS collects completely anonymous telemetry data about general usage.
Environment variables checker (CLI)
## Getting Started 1. Clone this repository and install the node dependecies with: ``` npm install ``` 2. Set up environment variables (accepts `.env` file) ``` NODE_ENV=development PORT=3000 // Also defaults to port 3000 if unset