Hexlet Project #2: Difference Calculator Configuration Files
npm install diff-config -g
make up # Instalation
make test # Test run
make json # Usage example
genfiff -h # Help
genfiff file1 file2 # Using
- Install NPM-package and run
gendiff
CLI. - Calculation of differences in flat files. Tests added.
- Added YAML format.
- Added ini format.
- Nested structure processed.
- Added plain output format.
- Added JSON output format.