This is a program that recognizes the difference between two data structures (similar to the mechanism for automatically tracking changes in configuration files).
- Support for different input formats: yaml, json
- Report generation in plain text, style and json
- Install packages
make install - Run tests
make test - Show test-coverage
make test-coverage - Run linter
make lint - Publish
make publish - Create a symlink in the global folder
npm link
- Utility description & help
gendiff -h - Generate the difference of two files in the following formats:
- stylish [default]:
gendiff filepath1 filepath2 - plain:
gendiff -f plain filepath1 filepath2 - json:
gendiff -f json filepath1 filepath2
- stylish [default]: