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

Dependents (10)

Package Sidebar

Install

npm i merge-yaml

Weekly Downloads

14,369

Version

1.1.0

License

MIT

Unpacked Size

3.96 kB

Total Files

9

Last publish

Collaborators

  • skapoor