A lightweight nodejs comparison tool for configuration files
Clone this repo to your computer. Then at the root of the project run
make install
sudo npm linkThe code above installs gendiff module locally from cloned repository.
gendiff [options] <filepath1> <filepath2>
Options:
-V, --version output the version number
-f, --format <type> output format (choices: "stylish", "plain", "json", default: "stylish")
-h, --help display help for command