Skip to content

Vox1oot/frontend-project-lvl2-1

 
 

Repository files navigation

Hexlet project Gendiff

CLI-tool for take difference between two files.

Installation

Install all dependencies:

make install

Install packages:

npm link

Tests

$ make test

Usage

Help

For get help run:

gendiff --help
gendiff -h

Simple run

Support formats: *.json, *.yaml, *.ini. To compare two files run:

gendiff [options] <filePath1> <filePath2>

Output formats

Support types: diff(default), plain, json. Add --format or -f flag and type of the output:

gendiff --format [type] <filePath1> <filePath2>
gendiff -f [type] <filePath1> <filePath2>

Examples

Diff type format

asciicast

Read more in hexlet.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.2%
  • Makefile 2.8%