CLI app. Compare two configuration files.
npm install gen_diff # Gendiff


```
Simple CLI app.
Compares two configuration files and shows a difference.
make install
`
Setup as CLI app:
`
npm install -g gen_diff
`
Setup as dependence:
`
npm install --save gen_diff
`Usage:
`
gendiff [options] Options:
-V, --version output the version number
-f, --format [type] output format
-h, --help output usage information
``