1.1.1 • Published 6 years ago

config-lookuper v1.1.1

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

lookup

Build Status Tool for searching configs files and joining it or choosing more specified config.

Using:

npm i config-lookuper --save
'use strict'

const lookuper = new Lookuper(configName, isMixedConfigs, parsingTyper);
const result = lookuper.lookup();

configName - String, name of config which we look up.

isMixedConfigs - Boolean, configs should or not should be mixed.

parsingTyper - String, have two values: 'json' or 'js', by default it has 'js' value.