1.1.0 • Published 6 years ago

merge-yaml v1.1.0

Weekly downloads
5,200
License
MIT
Repository
github
Last release
6 years ago

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