Skip to content

Console program gendiff, that can display the difference between two files of different expansion.

Notifications You must be signed in to change notification settings

hellion86/frontend-project-lvl2

Repository files navigation

Hexlet tests and linter status:

Actions Status Maintainability Test Coverage Node CI

Description

🔨Diff generator is a program that determines the difference between two data structures. A similar mechanism is used in tests' output or while tracking changes in configuration files.

Features:

  • different input formats: yaml, json;
  • different report generation formats: plain text, stylish and json;

1. Install dependencies:

$ make install

2. Use as console utilite

$ cd bin
$ chmod +x gendiff.js
$ sudo npm link
$ gendiff -h

Using

  • Functional programming: no let/for/classes, immutable
  • JEST
  • Github Actions, Eslint

Example of work

asciicast

About

Console program gendiff, that can display the difference between two files of different expansion.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published