Skip to content

artmper/java-project-71

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 

Repository files navigation

SonarQube Quality Gate Status Coverage Code Smells Duplicated Lines (%) Actions Status

Description


This project is aimed at developing a utility for determining the differences between two files — in JSON or YAML format.

How to use this utility?


  1. Clone this repository via git clone [email protected]:artmper/java-project-71.git
  2. Go to the app directory cd ~/java-project-71/app
  3. Install the utility with the command make install
  4. Run the App via make run f1=fileName1 f2=fileName2
  5. To display the help menu, enter make run-dist
  6. 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

Working Example


asciicast

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published