Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)