Skip to content

cyrilmcshow/difference-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python CI Maintainability Test Coverage

Difference generator

A command line tool to calculate the difference between two data structures. Runs from the command line, compares two configuration files and shows a difference. Working with JSON and YAML. Provides output in stylish, plain and json format.

Usage:

Help:

$ gendiff -h

Running:

$ gendiff <file_path1> <file_path2> --format <format>
format - optional parameter, default value is 'stylish'. Possible values: 'stylish', 'plain', 'json'.

Setup

Using Makefile:

$ make install
$ make build
$ make package-install

Asciinemas

asciicast

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published