/merge-yaml

Primary LanguageJavaScriptMIT LicenseMIT

This is thin wrapper utility over js-yaml which will merge the multiple yaml fles and safeload them and return the parsed yml.

#Usage

var mergeYaml = require('merge-yaml');

mergeYaml([
    'first.yml',
    'second.yml'
]);

build

Build Status