Skip to content

CLI program that finds the difference between two data structures

Notifications You must be signed in to change notification settings

iuliiast/gendiff-cli

Repository files navigation

Gendiff Maintainability CI

CLI compares two configuration files and shows a difference

Supported formats: JSON, YAML, INI

Install

  • Clone this repository
  • Install NVM and Node.js
  • Run these commands
$ make install
$ make publish
$ npm link

Usage

gendiff [options] firstConfig secondConfig

Options:
-f, --format [type] output format (default: "stylish")
-h, --help display help for command

Examples

Comparison of two JSON files

asciicast

Comparison of two YAML files

asciicast

Comparison of two INI files

asciicast

Plain format output

asciicast

JSON format output

asciicast

About

CLI program that finds the difference between two data structures

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages