diff-eval
v1.0.0
Published
Hexlet project
Downloads
5
Readme
gendiff CLI
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>