This is a project of CLI-util: calculator of differences between two files. Work with JSON, Yaml, Yml.
Node.js version: v17.9.0
Linux or Mac OS or WSL
- Clone this repository
- Run the command:
make install
- Run the command (you may need
sudo
):
npm link
Just type in command line:
gendiff --format <'stylish', 'plain' or 'json'> <path to file1> <path to file2>