envconfik
TypeScript icon, indicating that this package has built-in type declarations

2.0.3 • Public • Published

envconfik

load config from env

Installation

npm install envconfik

Usage

var defaultConfig = {
  mysqlHost: 'test',
  mysqlPort: 3000,
  price: 10.02,
  isReady: false
};
 
var config = envConf(defaultConfig, {prefix: 'app'});

Readme

Keywords

none

Package Sidebar

Install

npm i envconfik

Weekly Downloads

1

Version

2.0.3

License

MIT

Last publish

Collaborators

  • witooh