1.0.1 • Published 1 year ago

node-check-env v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

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)
1.0.1

1 year ago

1.0.0

1 year ago