https://github.com/raylyanway/difference_calculator
Console utility to find differences in configuration files
https://github.com/raylyanway/difference_calculator
comparison ini json yaml
Last synced: over 1 year ago
JSON representation
Console utility to find differences in configuration files
- Host: GitHub
- URL: https://github.com/raylyanway/difference_calculator
- Owner: raylyanway
- Created: 2018-10-29T11:47:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T02:57:02.000Z (over 3 years ago)
- Last Synced: 2025-03-18T12:57:43.734Z (over 1 year ago)
- Topics: comparison, ini, json, yaml
- Language: JavaScript
- Homepage:
- Size: 1.09 MB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Difference Calculator
[](https://travis-ci.org/raylyanway/difference_calculator)
Console utility to find differences in configuration files.
## install
`npm install -g raylyanway_difference_calculator`
## list of commands:
- help output: `gendiff -h`
- flat file comparison (JSON): `gendiff before.json after.json`
- flat file comparison (YAML): `gendiff before.yml after.yml`
- flat file comparison (INI): `gendiff before.ini after.ini`
- recursive comparison (JSON, YAML, INI): `gendiff beforeNested.json afterNested.json`
- output with Plain format: `gendiff --format plain before.json after.json`
- output with Json format: `gendiff --format json before.json after.json`