Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 870 Bytes

Readme.md

File metadata and controls

25 lines (15 loc) · 870 Bytes

Test Coverage

The Gendiff Project

Description

Gendiff is a CLI utility that accepts two configuration files in json, yml, or ini format and shows changes between them. The output can be formatted in either visual or verbose style, as well as converted to json for interfacing with other apps.

Installation

npm install -g backend-project-lvl2

Usage

gendiff [options] <filepath1> <filepath2> [format]

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