Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 563 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 563 Bytes

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