1.0.0 • Published 1 year ago

error-if-no-dotenv v1.0.0

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

Module error_if_no_dotenv

The module error_if_no_dotenv throws an error if there is no .env file on your current directory.

How to Use

Just include/ require this module and it will let you know whenever your .env file is missing.

If you are on CommonJS module system, require the module error_if_no_dotenv.

require('error_if_no_dotenv');

If you are on ES6 module system, import the module error_if_no_dotenv.

import 'error_if_no_dotenv';

Dependency

This module has no module dependency.

1.0.0

1 year ago