This package includes CLI app which compares two configuration files and shows a difference
- Node.js >= 14
- npm >= 6
npm install -g gendiff-ln
To see the help, use the h option.
gendiff -h
The application supports 3 output diff formats:
- default (indented format)
- plain
- json
You can choose one of them.
gendiff -f plain ./file1.json ./file2.json