Make diff Description This is a CLI tool to make diff between two config file (yaml, ini, json) How to install npm install -g hexlet-level2-diff-ya How to use in CLI gendiff --format plain|complex configFileBefore configFileAfter Use in code import makeDiff from 'hexlet-level2-diff-ya';