Skip to content

PeresvetS/GenDiff-CLI

Repository files navigation

gendiff CLI

Build Status

Welcome!

  • You can compare two files to see their differences. Supported formats: json, yaml(yml), ini.
  • Use $ make install to install the programm from source or $ npm install (-g) diff-eval to install from npmjs.com.

Usage:

  • Help: gendiff -h
  • Compare: gendiff [options] <firstConfig> <secondConfig>