ArtemB91 / diff-checker

Diff checker - CLI tool for comparing two configuration files and displaying the difference.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Diff Checker

Java CI status Actions Status Maintainability Test Coverage

Diff checker - CLI tool for comparing two configuration files and displaying the difference.

asciicast

Technologies

  • Java Core
  • JUnit 5

Requirements

  • JDK 17
  • Gradle 7.2
  • Make

Installation

  1. Clone this repository to your machine by $git clone https://github.com/ArtemB91/java-project-lvl2.git or by your IDE features.
  2. Do install by $make install
  3. Run it by $./build/install/app/bin/app. For help use flag -h

About

Diff checker - CLI tool for comparing two configuration files and displaying the difference.


Languages

Language:Java 99.0%Language:Makefile 1.0%