You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Difference Calculator** is a CLI utility for comparing two data structures. It identifies and displays the differences between them in various formats. This tool is widely used in real-world scenarios, such as tracking configuration changes or analyzing test results.
9
+
A CLI tool for comparing files (JSON/YAML) and displaying differences in multiple formats.
11
10
12
11
## Features
13
12
14
-
- Supports **JSON** and **YAML** input formats.
15
-
-Generates output in three formats:
16
-
-**Stylish** (tree-like structure)
17
-
-**Plain text**(detailed textual description)
18
-
-**JSON**(structured data for further processing)
13
+
- Supports JSON and YAML input formats
14
+
-Three output formats:
15
+
-**Stylish** (default) - colored tree-like output
16
+
-**Plain**- clean textual description
17
+
-**JSON**- machine-readable format
19
18
20
19
---
21
20
22
-
## Requirements
23
-
Node.js >= 14
24
-
25
21
## Installation
26
22
27
23
1. Make sure you have Node.js version 14 or higher installed.
0 commit comments