Skip to content

Differences finder - CLI application to compare two files.

Notifications You must be signed in to change notification settings

MiriyamBird/frontend-project-46

Repository files navigation

Hexlet tests and linter status:

Actions Status CI Lint

Description

Gendiff is a CLI application that generates the difference between two files (json or yaml) and output the result in selected format (stylish, plain or json).

Install

$ git clone git@github.com:MiriyamBird/frontend-project-46.git
$ cd frontend-project-46
$ make install

Use

Stylish

$ gendiff <filepath1> <filepath2>

Plain

$ gendiff -f plain <filepath1> <filepath2>

JSON

$ gendiff -f json <filepath1> <filepath2>

About

Differences finder - CLI application to compare two files.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published