Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 2.16 KB

File metadata and controls

30 lines (23 loc) · 2.16 KB

Actions Status Maintainability Test Coverage CI

🔧 Install

  1. Склонировать репозиторию с командой: git clone.
  2. Установите программу с командай: npm install и npm link.
  3. Команды программы: -f format, -h help.
  4. Стили форматирования: plain, json, stylish.

Пример запуска программы:

gendiff path1 path2  ( __fixtures__/file1.json __fixtures__/file2.json )

Finding differences between two flat (key-value pairs only) JSON files.

asciicast

Finding differences between two flat (key-value pairs only) YAML and JSON files.

asciicast

Finding differences between two files with nested structure YAML and JSON files in the format STYLISH.

asciicast

Finding differences between two files with nested structure YAML and JSON files in the format PLAIN.

asciicast

Finding differences between two files with nested structure YAML and JSON files in the format JSON.

asciicast