1.0.5 • Published 3 years ago

merge-env-cli v1.0.5

Weekly downloads
36
License
Apache-2.0
Repository
github
Last release
3 years ago

merge-env-cli

A simple script to take an existing dotenv file and dump existing env files into it

Install

npm install -g merge-env-cli

Usage

env | merge-env ./path/to/.env.template > .env

By piping you environment variables into merge-env-cli and supplying the template, this simple script will output to stdout a new .env file that contains the template with the piped variables inserted if they exist

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago