Skip to content

A CLI utility compares two configuration files and shows a difference.

Notifications You must be signed in to change notification settings

fairwind2k/backend-project-46

Repository files navigation

Hexlet tests and linter status:

Actions Status genDiff-check Maintainability Test Coverage

About a project

This a command-line tool that shows a difference between two files in a fancy way. You can choose out of 3 output formats: stylish (by default), plain and json.

Support formats of files:

  • json;
  • yaml, yml;

Requirements:

Node.js: 13.2.0 and above

How it works

Install

make install
npm link

Usage

Help information
gendiff -h

Main command:

gendiff <format style> filepath1 filepath2

or for 'stylish' format by default

gendiff filepath1 filepath2

Example:

asciicast

About

A CLI utility compares two configuration files and shows a difference.

Resources

Stars

Watchers

Forks

Packages

No packages published