vuk / merge-yaml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:JavaScript 100.0%