Skip to content
This repository was archived by the owner on Jun 10, 2022. It is now read-only.

Commit a1b17a2

Browse files
authored
Create README.md
1 parent 97fbe52 commit a1b17a2

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# mergeyaml
2+
Mini tool to merge yaml files
3+
4+
# Install
5+
```
6+
go get github.com/gitlawr/mergeyaml
7+
```
8+
9+
# Usage
10+
```
11+
mergeyaml <file1> <file2> -o <merge_output.yml>
12+
```

0 commit comments

Comments
 (0)