Skip to content

Commit 9aebf2a

Browse files
Update README.md
1 parent fd6f367 commit 9aebf2a

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

README.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,23 @@
1-
# Difference Calculator (gendiff)
2-
**A CLI tool to compare files (JSON/YAML) and show differences in stylish, plain, or JSON format.**
1+
# Difference Calculator (gendiff)
32

43
### Tests and code analysis:
54
[![Actions Status](https://github.com/SierraMoiseevna/frontend-project-46/actions/workflows/hexlet-check.yml/badge.svg)](https://github.com/SierraMoiseevna/frontend-project-46/actions)
65
<a href="https://codeclimate.com/github/ElenaManukyan/frontend-project-46/maintainability"><img src="https://api.codeclimate.com/v1/badges/c6b14fa220654c350868/maintainability" /></a>
76
![example workflow](https://github.com/ElenaManukyan/frontend-project-46/actions/workflows/gendiff.yml/badge.svg)
87
<a href="https://codeclimate.com/github/ElenaManukyan/frontend-project-46/test_coverage"><img src="https://api.codeclimate.com/v1/badges/c6b14fa220654c350868/test_coverage" /></a>
98

10-
**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.
1110

1211
## Features
1312

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
1918

2019
---
2120

22-
## Requirements
23-
Node.js >= 14
24-
2521
## Installation
2622

2723
1. Make sure you have Node.js version 14 or higher installed.

0 commit comments

Comments
 (0)