https://github.com/Vox1oot/frontend-project-lvl2
GenDiff
https://github.com/Vox1oot/frontend-project-lvl2
commander json nodejs yaml yml
Last synced: over 1 year ago
JSON representation
GenDiff
- Host: GitHub
- URL: https://github.com/Vox1oot/frontend-project-lvl2
- Owner: Vox1oot
- Created: 2022-04-05T15:33:05.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-25T10:39:58.000Z (over 3 years ago)
- Last Synced: 2024-10-24T15:39:15.617Z (over 1 year ago)
- Topics: commander, json, nodejs, yaml, yml
- Language: JavaScript
- Homepage:
- Size: 187 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Hexlet tests: [](https://github.com/Vox1oot/frontend-project-lvl2/actions)
### Codeclimate status:
### Tests & lint: [](https://github.com/Vox1oot/frontend-project-lvl2/actions/workflows/tests.yml)
### Test coverage:
___
## Description:
This is my second Hexlet project - **Generator of difference**.
Difference calculator is a console utility designed to calculate and display the difference between two data structures. The utility can display the difference in 2 formats.
Supporting formats: JSON, YML, YAML
___
## Installation:
Install of all dependencies: ```make install```
___
### How use:
* ```$ gendiff :``` show diff with default format
* ```$ gendiff -f, --format [plain, json] :``` show diff with plain or json format
* ```$ gendiff -h, --help:``` display help for command
### Demonstration of diff with default format
[](https://asciinema.org/a/KUUpfQgUQFBI4vkR3y34gxy4t)
### Demonstration of diff with plain format
[](https://asciinema.org/a/jtYZozIvZ7hx4BgdPiWqWniQB)
### Demonstration of diff with json format
[](https://asciinema.org/a/1tB25311k7xfrSpPnXQWhgCvL)