1.0.1 • Published 11 months ago

@mtvproject/ui-env v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

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"
}
1.0.1

11 months ago

1.0.0

12 months ago