merge-yaml-cli
Version:
CLI utility for merging YAML files
25 lines (18 loc) • 649 B
Markdown
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
- Ensure strict mode to prevent error in older versions of Node.js
- Better module description in README
- Update dependencies
- Add a Node.js API for programmatic use. Give it an array of globs and returns a YAML string.
- Update dependencies