deuce-gendiff
Version:
CLI application, which compares two configurations files and shows a difference
32 lines (17 loc) • 1.32 kB
Markdown
# difference-generator
[](https://travis-ci.org/PavelDeuce/frontend-project-lvl2)
[](https://codeclimate.com/github/PavelDeuce/frontend-project-lvl2/maintainability)
[](https://codeclimate.com/github/PavelDeuce/frontend-project-lvl2/test_coverage)
## Description
Compares two configurations files and shows a difference.
Install
`$ npm install -g deuce-gendiff`
Launch
`$ gendiff <file_1> <file_2>`
### How to compare flat files and nested files (json, yaml, ini)
[](https://asciinema.org/a/PwsfqzqUGOEgTfRJnu9YXeQ6j)
[](https://asciinema.org/a/DHQSMNZC2hqJOFJnLZge7TSSL)
### How to compare files with plain output
[](https://asciinema.org/a/mP0KnKch2Fy51zMIYJksaHiHo)
### Hot to compare files with json output
[](https://asciinema.org/a/xVmZVvzyUfknxXkO6CT8N1YJt)