Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 821 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 821 Bytes

Build Status Maintainability Test Coverage

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';