Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

test-config

Test configuration loader

readme

test-config

Test configuration loader

installation

npm test-config

build status

Build Status

usage

// if the localconfig exists in the projects root path
// the config is loaded from there, else the object passed
// as parameter 2 is returned

var config = new Config('localConfig.js', {b:2});