1.0.2 • Published 2 years ago

simple-env-verify v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Simple Env Verify

npm version

This script was created to read the .env.example file and verify that all keys are entered in the .env file

Instalation

npm i -g simple-env-verify

Run the command

simple-env-verify --help

Or

sev --help

Error

You can pass --error or -e to throw an error if some key is missing in .env

Output example

output image