Skip to content

Difference generator is a console utility to find and display the differences between two configuration files in json, yml or yaml format

Notifications You must be signed in to change notification settings

Developer2220/Difference-generator

Repository files navigation

Actions Status Linter Maintainability Test Coverage


Description:

Difference generator is a console utility to find and display the differences between two configuration files in json, yml or yaml format


Installation:

  1. Clone this repository
  2. Run the command: make install
  3. Run the command: npm link

How to use:

Usage: gendiff [options] <filepath1> <filepath2>

Compares two configuration files and shows a difference.

Options:
  -V, --version        output the version number
  -f, --format <type>  output format (default: "stylish")
  -h, --help           output usage information

Demonstration:

asciicast

About

Difference generator is a console utility to find and display the differences between two configuration files in json, yml or yaml format

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published