https://github.com/paveldeuce/difference-generator
CLI application, which compares two configurations files and shows a difference.
https://github.com/paveldeuce/difference-generator
abstract-syntax-tree babel cli-app codeclimate difference-between difference-generator eslint javascript jest travis-ci
Last synced: 8 months ago
JSON representation
CLI application, which compares two configurations files and shows a difference.
- Host: GitHub
- URL: https://github.com/paveldeuce/difference-generator
- Owner: PavelDeuce
- Created: 2019-10-22T18:53:31.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T08:32:20.000Z (over 2 years ago)
- Last Synced: 2025-01-04T12:17:49.269Z (9 months ago)
- Topics: abstract-syntax-tree, babel, cli-app, codeclimate, difference-between, difference-generator, eslint, javascript, jest, travis-ci
- Language: JavaScript
- Homepage:
- Size: 448 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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 `
### 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)