diff-eval
v1.0.0
Published
Hexlet project
Readme
gendiff CLI
Welcome!
- You can compare two files to see their differences. Supported formats: json, yaml(yml), ini.
- Use
$ make installto install the programm from source or$ npm install (-g) diff-evalto install from npmjs.com.
Usage:
- Help:
gendiff -h - Compare:
gendiff [options] <firstConfig> <secondConfig>
