1.0.0 • Published 7 years ago

gendiff-cli v1.0.0

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

gendiff-cli-utilit

Code Climate Build Status Issue Count

Compares two configuration files and shows a difference.

Input formats json, ini, yaml. Output plain text, pretty, json.

Install

$ npm install gendiff-cli

Usage

Usage: gendiff [options] <first_config> <second_config>

-f [plain, json, pretty = default]

   Compares two configuration files and shows a difference.
   
$ gendiff -f plain first-config.ini second-config.ini
Setting "common.setting2" deleted.
Setting "common.setting4" added with value "blah blah".
Setting "group1.baz" changed from "bas" to "bars".
Section "group2" deleted.
1.0.0

7 years ago

0.7.3

7 years ago

0.7.2

7 years ago

0.7.1

7 years ago

0.7.0

7 years ago

0.5.2

7 years ago

0.5.0

7 years ago

0.4.0

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.4

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago