An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Difference Calculator


[![Build Status](https://travis-ci.org/raylyanway/difference_calculator.svg?branch=master)](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`