environment configuration library
This module is responsible for following tasks:
- It will set environment variable from .env file which will be at the project base folder
- It will check environment variable from ".env.tpl" file whether environment variable is declared or not in .env file
- It will provide typecasting of environment variables
Getting started
$ npm install env-conf
Test
$ npm test