Skip to content

GustavoBonfimS/simple-env-verify

Repository files navigation

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