0.1.9 • Published 6 years ago

dotenv-by-app v0.1.9

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

dotenv-by-app

A simple library designed to use dotenv to load in and filter env files. Useful if you have a applications where you want the ability to control which env vars are parsed.

Install Dependency

npm i --save dotenv-by-app

Methods

loadEnv('/path/to/.env')

Use this method to load in the env files.

getEnv(['SOME_KEY', 'SOME_OTHER_KEY])

Use this to determine which vars you are after.

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago