This a command-line tool that shows a difference between two files in a fancy way. You can choose out of 3 output formats: stylish (by default), plain and json.
- json;
- yaml, yml;
Node.js: 13.2.0 and above
make install
npm link
gendiff -h
gendiff <format style> filepath1 filepath2
or for 'stylish' format by default
gendiff filepath1 filepath2