Skip to content

GPopov9/frontend-project-lvl2

Repository files navigation

Node CI

frontend-project-lvl2 (Hexlet.io) - Generate differences

During this project developed cli-utility for searching differences in configuration files such as JSON, ini, yaml

Installation

https://github.com/GPopov9/frontend-project-lvl2.git
$ make install
$ npm link

Program Description

$ gendiff -h

Generate differences of plain .json files (string output)

$ gendiff <filepath1> <filepath2>

Generate differences of plain .yml files (string output)

$ gendiff <filepath1> <filepath2>

Generate differences of plain .ini files (string output)

$ gendiff <filepath1> <filepath2>

Generate differences of nested .json files (string output)

$ gendiff <filepath1> <filepath2>

Generate differences of nested .json files (plain format)

$ gendiff --format plain <filepath1> <filepath2>

Generate differences of nested .json files (json format)

$ gendiff --format plain <filepath1> <filepath2>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors