OkJaybird / hab-conflate

A Habitat-ready distribution of miracl/conflate.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A Habitat-ready distribution of miracl/conflate.

License:MIT License


Languages

Language:Shell 100.0%