1.2.0 • Published 8 years ago

config-helper v1.2.0

Weekly downloads
5
License
MIT
Repository
github
Last release
8 years ago

config-helper

Node.js Version NPM version build status Dependency Status Coverage Status

Provide a simple config loader based on NODE_ENV

installation

npm install config-helper

Default usage

config/
	developement.js
	test.js
	production.js
const config = require('config-helper')({
    path: 'config/'
});

Multi usage

path/config/
	developement/
		core.js
		database.json
		...
	test/
	production/
const config = require('config-helper')({
    path :'path/config',
    multi :true
});
1.2.0

8 years ago

1.1.0

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago