Skip to content

ivankl/backend-project-lvl2

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published