Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 1.14 KB

README.md

File metadata and controls

27 lines (24 loc) · 1.14 KB

Project-lvl2 version 2.0

Generator of Differences

Build Status Code Climate Issue Count Test Coverage

Description

Compares two configuration files and shows a difference.

Installation

$ sudo npm i -g gendiff-ver2

Usage

$ gendiff [options] <first_config> <second_config>

Options

-h, --help          Output usage information
-V, --version       Output the version number
-f, --format [type] Output format [plain, string, json]

Sample

$ gendiff before.json after.json
{
    host: hexlet.io
  + timeout: 20
  - timeout: 50
  - proxy: 123.234.53.22
  + verbose: true
}