Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JanDC authored Sep 20, 2018
1 parent 6493838 commit 74fb679
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# yaml-diff-tool
Simple tool that extracts missing/superfluous keys from a yaml file


# installation
`composer global require jandc/yaml-diff-tool`
# usage
`yaml-diff-tool /path/to/source.yaml /path/to/compared.yaml` outputs a yaml structure to stdout

if you want to save it to a file:
`yaml-diff-tool /path/to/source.yaml /path/to/compared.yaml > output.yaml`

0 comments on commit 74fb679

Please sign in to comment.