Skip to content

CLI App - compares two configuration files and shows a difference.

Notifications You must be signed in to change notification settings

artman-training-projects/frontend-project-lvl2

Repository files navigation

Get difference app

Actions Status lint check run tests
Maintainability Test Coverage

Hexlet project

CLI App - Compares two configuration files and shows a difference.

Setup App

Setup

Installing dependencies

$ make install

Run eslint

$ make lint

Run tests

$ make test 
Install App

Installing gendiff app

in Linux

$ make gendiff-linux

in Windows

$ make gendiff-windows

UnInstalling gendiff app

$ make gendiff-uninstall

About

This app compares two files with extensions - json and yml/yaml.
Show result one of the three formats - stylish, plain, json.

Use

Usage: gendiff [options] <filepath1> <filepath2>
Options:
  -V, --version        output the version number
  -f, --format [type]  output format [stylish, plain, json] (default: "stylish")
  -h, --help           display help for command

Example

gendiff-install

asciicast

gendiff-stylish

asciicast

gendiff-plain

asciicast

gendiff-json

asciicast

About

CLI App - compares two configuration files and shows a difference.

Topics

Resources

Stars

Watchers

Forks