Skip to content

AINER/File-Difference-Calculator

Repository files navigation

➕ㅤㅤ File Difference Calculator

MaintainabilityTest CoverageTest and lint

Compare two files and see the differences between strings in different formats.

This is a CLI utility to determine the differences between data configurations.

  • Supports working with two files of different formats: json, yaml
  • Works with flat and tree data structures
  • Has various output formats: stylish, plain, json

asciicast

How to start

Requirements

Node.js

Installation

Clone this repo and use make install

Usage:

gendiff -h  to see docs

gendiff <path to file1> <path to file2>  to generate differences with default stylish output

gendiff --format plain <path to file1> <path to file2>  to plain output

gendiff -f json <path to file1> <path to file2>  to json output

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks