Skip to content

My second Hexlet JS project in which I create a difference calculator for two files. The package supports several file extensions: json, yaml. The package also supports several output forms: stylish, plain, json.

Notifications You must be signed in to change notification settings

SergeiKiss/frontend-project-46

Repository files navigation

Hexlet tests, my tests, CodeClimate tests - maintainability and test coverage:

Actions Status .github/workflows/nodejs.yml

Project description
My second Hexlet JS project in which I create a diff calculator for two files. The package supports several file extensions: json, yaml. The package also supports several output forms: stylish, plain, json.

Setup

make install
npm link

Note: npm link may require sudo

Run this before use

gendiff -h

Examples

https://asciinema.org/a/GYG3JwYdjSWnq8Qs54l0qbH26 - package example (json)
https://asciinema.org/a/e5eTZnopEKjBDUI0HnhPQtPtV - package example (json, yaml)
https://asciinema.org/a/sOMfMbQ10pi9RYEq2vbul99C7 - package example (tree structures)
https://asciinema.org/a/vi9WzYRsOHEsMYWUO47p2fbxn - package example (plain formatter)
https://asciinema.org/a/exl8ChnmeGWEkGkseQ5xawMfm - package example (json formatter)

About

My second Hexlet JS project in which I create a difference calculator for two files. The package supports several file extensions: json, yaml. The package also supports several output forms: stylish, plain, json.

Resources

Stars

Watchers

Forks