README.md
[![Maintainability](https://api.codeclimate.com/v1/badges/a91832a5667da4ef738f/maintainability)](https://codeclimate.com/github/8ar8az/Gendiff-Hexlet/maintainability)
[![Build Status](https://travis-ci.org/8ar8az/Gendiff-Hexlet.svg?branch=master)](https://travis-ci.org/8ar8az/Gendiff-Hexlet)
[![Test Coverage](https://api.codeclimate.com/v1/badges/a91832a5667da4ef738f/test_coverage)](https://codeclimate.com/github/8ar8az/Gendiff-Hexlet/test_coverage)
# Gendiff
CLI utility for build and formated print the difference between two config files.
### Install
> npm install @8ar8az/gendiff
### Support of format config files
- JSON
- YAML
- INI
### Usage
```
Usage: gendiff [options] <originalConfigPath> <updatedConfigPath>
Options:
-v, --version output the version number
-f, --format [type] Choose output format: pretty, plain or json (default: pretty)
-h, --help output usage information
```
### Work demonstration
[![asciicast](https://asciinema.org/a/PeH4JHJHXesd5eTZxEjowlNdV.png)](https://asciinema.org/a/PeH4JHJHXesd5eTZxEjowlNdV)