https://github.com/ekaterinamavliutova/difference_calculator
Educational project on Hexlet
https://github.com/ekaterinamavliutova/difference_calculator
cli-utility javascript jest unit-tests
Last synced: 3 months ago
JSON representation
Educational project on Hexlet
- Host: GitHub
- URL: https://github.com/ekaterinamavliutova/difference_calculator
- Owner: EkaterinaMavliutova
- Created: 2024-04-29T07:37:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-23T16:54:34.000Z (about 2 years ago)
- Last Synced: 2025-04-07T20:18:05.589Z (over 1 year ago)
- Topics: cli-utility, javascript, jest, unit-tests
- Language: JavaScript
- Homepage:
- Size: 211 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GenDiff
[](https://github.com/EkaterinaMavliutova/qa-auto-engineer-javascript-project-87/actions) [](https://github.com/EkaterinaMavliutova/qa-auto-engineer-javascript-project-87/actions) [](https://codeclimate.com/github/EkaterinaMavliutova/qa-auto-engineer-javascript-project-87/maintainability) [](https://codeclimate.com/github/EkaterinaMavliutova/qa-auto-engineer-javascript-project-87/test_coverage)
**GenDiff** is a CLI tool that compares two configuration files and shows a difference in one of the following output formats: stylish, plain, json
## Installation
>note: the current version of GenDiff requires Node.js v20.11.1 or higher
* clone this repository
* to install required dependencies:
```
make install
```
* to install GenDiff globally:
```
npm link
```
## How to use
```
Usage: gendiff [options]
Options:
-V, --version output the version number
-f, --format output format: stylish (by default), plain, json
-h, --help display help for command
```
## GenDiff recordings on asciinema.org
### compare 2 JSON (format: stylish):
