Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/wellguimaraes/sync-env
- Owner: wellguimaraes
- Created: 2020-02-25T19:22:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-19T13:37:09.000Z (about 3 years ago)
- Last Synced: 2024-04-13T04:57:52.178Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```