/yaml-merge

A simple command line tool for combining yaml files.

Primary LanguageHaskellBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Yaml Merge

A simple command line tool for combining yaml files.

How to install

To install yaml-merge, clone the repository and run stack install. For example

#!/bin/bash

cd /tmp
git clone https://github.com/Disco-Dave/yaml-merge 
cd yaml-merge
stack install