0.0.1 • Published 4 years ago

gendiff-backend-project-lvl2 v0.0.1

Weekly downloads
7
License
ISC
Repository
github
Last release
4 years ago

This is a package, which allows to compare two configuration files and prints the difference between them.

CI Maintainability Test Coverage

Installation:

npm install gendiff-backend-project-lvl2

Usage:

Usage: gendiff [options] <firstConfig> <secondConfig>

Compares two configuration files and shows a difference.

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

Plain json file diff example: asciinema

Plain yml file diff example: asciinema

Plain ini file diff example: asciinema

Example of how to choose nested output format: asciinema

Example of how to choose plain output format: asciinema

Example of how to choose JSON output format: asciinema