Build with: JavaScript, Jest, ESLint, npm, lodash, commander.
Gendiff or difference generator is a tool to compare two data structures.
- Supports different input formats: yml, yaml, json.
- Generates reports in the form of plain text, stylish and json.
Node.js v13.2.0 or higher.
git clone [email protected]:sen98ia/frontend-project-46.git
cd frontend-project-44
npm install
Use gendiff -h
to see usage information.
gendiff filepath1.json filepath2.json or gendiff --format stylish filepath1.json filepath2.json
gendiff --format plain filepath1.json filepath2.json
gendiff --format json filepath1.json filepath2.json