This project is aimed at developing a utility for determining the differences between two files — in JSON or YAML format.
- Clone this repository via
git clone [email protected]:artmper/java-project-71.git - Go to the app directory
cd ~/java-project-71/app - Install the utility with the command
make install - Run the App via
make run f1=fileName1 f2=fileName2 - To display the
helpmenu, entermake run-dist - If you want to specify output format, type
f=-f="format name"before file names. For example,make run f=-f=json f1=file1.json f2=file2.json