Skip to content

shubham199711/checkenv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Checkenv (not production ready!)

A .env variable checker, which checks the code to get all env keys used in project and validate it exists in the .env file.

Please require the library in root of the root (./src or /app).

Uses (In the root file of node.js project):

require('node-check-env')(__dirname)

About

A .env variable checker, which checks the code to get all env keys used in project and validate it exists in the .env file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published