Skip to content

Latest commit

 

History

142 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maintainability Node CI Test Coverage

Generator of differences

Utility for finding differences in configuration files

The utility compares two configuration files and displays the result of the comparison in the console.

Supported formats: json, yaml, ini.

Supports output in several formats: stylish, plain, json.

Installation:

$ npm install gendiff-utility

Use:

$ gendiff -h
Usage: gendiff [options] <filepath1> <filepath2>

Compares two configuration files and shows a difference.

Options:
  -V, --version        output usage information
  -f, --format [type]  output format
  -h, --help           display help for command

Output stylish format (stylish default format):

$ gendiff --format stylish <file1> <file2>

asciicast

Output plain format:

$ gendiff --format plain <file1> <file2>

asciicast

Output json format:

$ gendiff --format json <file1> <file2>

asciicast

About

CLI utility for finding differences in two configuration files.

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages