Skip to content

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.

Notifications You must be signed in to change notification settings

bjrunning/java-project-71

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected]: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

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published