paul-reed-smith-hexlet-two
v1.0.9
Published
calculates differences between files
Downloads
2
Readme
differences calculator
Description
This utility shows the difference between two configuration files. Supported file formats: ini, yaml and json. The output can be in the following formats: plain, pretty and json
Installation
Before installing, make sure you have npm and node.js installed.
npm i -g paul-reed-smith-hexlet-two
This will install package globally
Usage
gendiff <first file> <second file> --format <format> (pretty for default)