Skip to content

vbuzivskoy/difference-calculator

Repository files navigation

Maintainability Test Coverage Node CI

genDiff

gendiff is a cli utility that genegetes difference of two configuration files.
The utility supports JSON, YAML and INI input file formats.

Usage:

gendiff [options] <firstConfig> <secondConfig>

Options:
-V, --version output the version number
-f, --format [type] output format (default: "complex")
-h, --help output usage information

The utility supports next output formats:

  • complex;
  • plain;
  • json.

How to use gendiff with different config file formats

asciicast

How to use gendiff with different output formats

asciicast

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published