oaeproject/Hilary

Fetch environment variables using `env`

Opened this issue · 3 comments

From env's webpage:

A utility for verifying that environment variables are present in Node.js and Deno. The main use case is to easily throw an error when an environment variable is missing. This is most useful immediately after a Node.js or Deno program has been initiated, to fail fast and let you know that environment variables haven't been setup correctly.

is anyone working on this ?

brecke commented

hi @Manoj0718 unfortunately this project isn't actively maintained at this stage, so I wouldn't encourage working on it.

Noted and thanks @brecke