PeresvetS / GenDiff-CLI

Compare the configuration files CLI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>

About

Compare the configuration files CLI


Languages

Language:JavaScript 97.9%Language:Makefile 2.1%