'use strict'; const fs = require('fs'); const Path = require('path'); const logger = require('./logger'); const CONFIG_FILE = 'config.yaml'; const pkgJson = require('../package.json'); /** * Find and get the first config file that match. * @return {String} the config file path */ function find_config_file() { const paths = get_paths(); for (let i=0; i