Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 646 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 646 Bytes

conflate

A Habit-ized distribution of miracl/conflate, for merging and validating configuration file formats such as JSON, YAML, and TOML.

Usage

This package adds the conflate binary to the PATH, so calling it is as simple as requiring the package in your plan file and executing it when needed:

# plan.sh
...

pkg_build_deps=(okjaybird/conflate)
conflate -data one.toml -data two.toml -format TOML > output.toml

More information about the conflate application itself is available in the maintainer's repo.