Skip to content

GenDiff is a cli-app that generates the difference between two files and outputs it in one of three formats. The app works with formats json and yaml(yml). Supported output formats: stylish, plain and json.

Notifications You must be signed in to change notification settings

JS-NinjaNN/GenDiff

Repository files navigation

Hexlet tests and linter status:

Actions Status Maintainability Test Coverage tests


Description

GenDiff is a cli-app that generates the difference between two files and outputs it in one of three formats. The app works with formats json and yaml(yml). Supported output formats: stylish, plain and json.


Minimum system requirements

Node.js 13.2.0 or higher


Installation:

Attention! Commands must be run from the app directory!

Installing dependencies

make install

Installing a package with app

The following command will be run as root!

make link

asciicast

Usage:

Usage: gendiff [-h] [-V] [-f] <filepath1> <filepath2>

Optional arguments:
  -V, --version  Show program's version number and exit.
  -f, --format   Choose output format.
  -h, --help     Show this help message and exit.

Supported formats:

stylish

asciicast

plain

asciicast

json

asciicast

About

GenDiff is a cli-app that generates the difference between two files and outputs it in one of three formats. The app works with formats json and yaml(yml). Supported output formats: stylish, plain and json.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published