Skip to content

Maxonquall/java-project-71-gendiff-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hexlet tests and linter status:

Actions Status Java CI

Description:

CLI-app for comparing the contents of two configuration files. The result of the program is a comparison output in the format specified by the user.

Supported file formats:

  • .json;
  • .yml.

Supported result formats:

  • stylish (default);
  • plain;
  • json.

Install:

[email protected]:Maxonquall/java-project-71.git cd java-project-71/app make -C app build

Setup

make -C app build

Examples

Difference between json files in stylish (by default):

Difer

Difference between yml files in stylish (by default):

Difer.yml

Difference between yml files with nested structures in stylish (by default):

Stylish

Difference between yml files with nested structures in plain:

Plain

Difference between json files with nested structures in json format:

Json

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published