1- 🔍 # Difference Calculator (gendiff)
1+ # 🔍 Difference Calculator (gendiff)
22
33[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://opensource.org/licenses/MIT )
44[ ![ Actions Status] ( https://github.com/SierraMoiseevna/frontend-project-46/actions/workflows/hexlet-check.yml/badge.svg )] ( https://github.com/SierraMoiseevna/frontend-project-46/actions )
88
99A CLI tool for comparing files (JSON/YAML) and displaying differences in multiple formats.
1010
11- 🌟 ## Features
11+ ## 🌟 Features
1212
1313- Supports JSON and YAML input formats
1414- Three output formats:
@@ -18,7 +18,7 @@ A CLI tool for comparing files (JSON/YAML) and displaying differences in multipl
1818
1919---
2020
21- ⚙️ ## Installation
21+ ## ⚙️ Installation
2222
2323``` bash
2424# Clone repository
@@ -32,7 +32,7 @@ npm install
3232npm install -g .
3333```
3434
35- 🛠 ## Development and Testing
35+ ## 🛠 Development and Testing
3636``` bash
3737# Run linter
3838npx eslint .
@@ -46,7 +46,7 @@ make test
4646npx prettier --write .
4747```
4848
49- 🚀 ## Usage
49+ ## 🚀 Usage
5050```
5151gendiff -h
5252Usage: gendiff [options] <filepath1> <filepath2>
@@ -58,7 +58,7 @@ Options:
5858 -f, --format <format> output format (default: "stylish")
5959 -h, --help display help for command
6060```
61- 📋 ## Examples
61+ ## 📋 Examples
6262### Compare flat files
6363```
6464# JSON files
@@ -76,7 +76,7 @@ gendiff --format plain nested1.json nested2.json
7676gendiff --format json nested1.yml nested2.yml
7777```
7878
79- 🎥 ## Demo:
79+ ## 🎥 Demo:
8080### Creating difference between 2 flat .json files:
8181<a href =" https://asciinema.org/a/wFWF5AqXjojXDuEojlMvfCECk " target =" _blank " ><img src =" https://asciinema.org/a/wFWF5AqXjojXDuEojlMvfCECk.svg " /></a >
8282### Creating difference between 2 flat .yml files:
0 commit comments