1- # Difference Calculator (gendiff)
1+ 🔍 # Difference Calculator (gendiff)
22
33[ ![ Actions Status] ( https://github.com/SierraMoiseevna/frontend-project-46/actions/workflows/hexlet-check.yml/badge.svg )] ( https://github.com/SierraMoiseevna/frontend-project-46/actions )
44[ ![ Maintainability] ( https://api.codeclimate.com/v1/badges/c6b14fa220654c350868/maintainability )] ( https://codeclimate.com/github/ElenaManukyan/frontend-project-46/maintainability )
77
88A CLI tool for comparing files (JSON/YAML) and displaying differences in multiple formats.
99
10- ## Features
10+ 🌟 ## Features
1111
1212- Supports JSON and YAML input formats
1313- Three output formats:
@@ -17,7 +17,7 @@ A CLI tool for comparing files (JSON/YAML) and displaying differences in multipl
1717
1818---
1919
20- ## Installation
20+ ⚙️ ## Installation
2121
2222``` bash
2323# Clone repository
@@ -31,7 +31,7 @@ npm install
3131npm install -g .
3232```
3333
34- ## Development and Testing
34+ 🛠 ## Development and Testing
3535``` bash
3636# Run linter
3737npx eslint .
@@ -45,7 +45,7 @@ make test
4545npx prettier --write .
4646```
4747
48- ## Usage
48+ 🚀 ## Usage
4949```
5050gendiff -h
5151Usage: gendiff [options] <filepath1> <filepath2>
@@ -57,7 +57,7 @@ Options:
5757 -f, --format <format> output format (default: "stylish")
5858 -h, --help display help for command
5959```
60- ## Examples
60+ 📋 ## Examples
6161### Compare flat files
6262```
6363# JSON files
@@ -75,7 +75,7 @@ gendiff --format plain nested1.json nested2.json
7575gendiff --format json nested1.yml nested2.yml
7676```
7777
78- ## Demo:
78+ 🎥 ## Demo:
7979### Creating difference between 2 flat .json files:
8080<a href =" https://asciinema.org/a/wFWF5AqXjojXDuEojlMvfCECk " target =" _blank " ><img src =" https://asciinema.org/a/wFWF5AqXjojXDuEojlMvfCECk.svg " /></a >
8181### Creating difference between 2 flat .yml files:
0 commit comments