Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T08:32:20.000Z (over 1 year ago)
- Last Synced: 2024-08-09T12:46:19.853Z (3 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
[![Build Status](https://travis-ci.org/PavelDeuce/frontend-project-lvl2.svg?branch=master)](https://travis-ci.org/PavelDeuce/frontend-project-lvl2)
[![Maintainability](https://api.codeclimate.com/v1/badges/56acf43ebb8c8d5c78f2/maintainability)](https://codeclimate.com/github/PavelDeuce/frontend-project-lvl2/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/56acf43ebb8c8d5c78f2/test_coverage)](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):
[![asciicast](https://asciinema.org/a/PwsfqzqUGOEgTfRJnu9YXeQ6j.svg)](https://asciinema.org/a/PwsfqzqUGOEgTfRJnu9YXeQ6j)
[![asciicast](https://asciinema.org/a/DHQSMNZC2hqJOFJnLZge7TSSL.svg)](https://asciinema.org/a/DHQSMNZC2hqJOFJnLZge7TSSL)
### How to compare files with plain output:
[![asciicast](https://asciinema.org/a/mP0KnKch2Fy51zMIYJksaHiHo.svg)](https://asciinema.org/a/mP0KnKch2Fy51zMIYJksaHiHo)