Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 281 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 281 Bytes

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