Skip to content

kevinA1404/ensure-dotenv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ensure-dotenv

A package to ensure that you have set all your dotenv variables

Install

npm install ensure-dotenv

Usage

require('ensure-dotenv')(['TOKEN', 'NODE_ENV']); // an error will be thrown if a variable is not set.

License

MIT © Kevin Hansen

About

A package to ensure that you have set all your dotenv variables

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published