Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.54 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.54 KB

Hexlet tests and linter status:

Actions Status Java CI Maintainability Test Coverage

Description:

Fast, small and simple CLI-application to compare content of two configurations files. The result of the comparison will be displayed on the screen after the operation is completed.


Supported file formats:
  • .json;
  • .yml (.yaml)

Supported result formats:

  • stylish (default)
  • plain text
  • json
  1. "Stylish" Comparison.

asciicast

  1. "Plain" Comparison

asciicast

Описание Консольная утилита, определяющая разницу между двумя структурами данных.

Возможности утилиты: Поддержка разных входных форматов: yaml/yml и json Генерация отчета в виде plain text, stylish и json