1.0.7 • Published 2 years ago

merge-yaml-ts v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

merge-yaml-ts

Known Vulnerabilities Standard - JavaScript Style Guide

NPM

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

Example

import { mergeFiles } from 'merge-yaml-ts';
const input = [
  __dirname + '/config1.yml',
  __dirname + '/config2.yml',
];
const test = mergeFiles(input);

Tests

The repo contains linter, formatter, and the one simple unit test. All of this can be run with npm run default.

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago