Skip to content

Latest commit

 

History

History
73 lines (55 loc) · 2.24 KB

File metadata and controls

73 lines (55 loc) · 2.24 KB

Actions Status Actions Status 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

How to install:

git clone git@github.com:bjrunning/java-project-71.git
cd java-project-71/app
make -C app build

Reference:

cd java-project-71/app
make help

Version:

cd java-project-71/app
make version

Run json:

cd java-project-71/app
make json

Run yaml:

cd java-project-71/app
make yaml

Run yml:

cd java-project-71/app
make yml

Run stylish:

cd java-project-71/app
make stylish

Run plain:

cd java-project-71/app
make plain

Run big-json:

cd java-project-71/app
make big-json

Examples of usage (in asciinema format):

gendiff help and version:

asciicast

gendiff json:

asciicast

gendiff yaml and yml:

asciicast

gendiff stylish:

asciicast

gendiff plain:

asciicast

gendiff big-json:

asciicast