# README
topdiffxml: CLI that generate top differences between 2 xml documents
topdiffxml command compares 2 xml files and return the top differences. Top means that if the corresponding nodes of the xml files are different then the differences between its subnodes are not showed.
Install
- brew tap gilcu2/packages
- brew install topdiffxml
Usage
topdiffxml <file1.xml> <file2.xml>
Constributions
- Ensure 100% coverage
- Added to CHANGELOG Unreleased
# Packages
topdiffxml command compares 2 xml files and return the top differences.