brasid-difference-generator
v0.4.0
Published
Compares two configuration files and shows a difference.
Downloads
6
Maintainers
Readme
gendiff.js
A simple cli utility to find the difference betweeen two configuration files. This is a student's project provided by hexlet. For now it works with .json, .yml and .ini config files.
Project mentor - @Kirill Mokevnin.
Installation
npm install -g brasid-difference-generator
Usage
Comparing files
gendiff <firstConfig> <secondConfig>
Using output format
The utility can present diff in different formats. For now there are two format types: 'standart' and 'plain'
gendiff --format <firstConfig> <secondConfig>
gendiff -f <firstConfig> <secondConfig>