@mtvproject/ui-env
v1.0.1
Published
This package can be used to generate configurations for different environments for web apps and frontends in general. This is handy for frontends that have a single build that is deployed to different envs (such as rollouts).
Downloads
1
Readme
ui-env
This package can be used to generate configurations for different environments for web apps and frontends in general. This is handy for frontends that have a single build that is deployed to different envs (such as rollouts).
Installation
npm i @mtvproject/ui-env
Usage
You need to create a config
instance passing the different variables for all the desired envs.
// config/env/dev|stg|prod.json
{
"FOO": "bar"
}