merge-yaml

1.1.0 • Public • Published

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

/merge-yaml/

    Package Sidebar

    Install

    npm i merge-yaml

    Weekly Downloads

    11,143

    Version

    1.1.0

    License

    MIT

    Unpacked Size

    3.96 kB

    Total Files

    9

    Last publish

    Collaborators

    • skapoor