Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wellguimaraes/sync-env

A CLI tool to easily keep environment variables in sync with a template file.
https://github.com/wellguimaraes/sync-env

Last synced: 12 days ago
JSON representation

A CLI tool to easily keep environment variables in sync with a template file.

Awesome Lists containing this project

README

        

# Sync-env
A CLI tool to easily define environment variables based on a template file (`.env.template` or `.env.example`).

- When running **locally** it will ask for the values of missing variables
- When running **on CI**, it will break the process if some variable is missing

## Use it
```
npx sync-env
```