gen-diff
Version:
utility for searching differences between config files
29 lines (23 loc) • 847 B
Markdown
# Config differ
Library shows difference between two config files
[](https://travis-ci.org/Rende11/gen-diff)
[](https://codeclimate.com/repos/58d0f48e9d49d502930023b4/feed)
[](https://codeclimate.com/repos/58d0f48e9d49d502930023b4/feed)
## Install (global)
Avalible in npm
```
npm install -g gen-diff
```
## Usage
```
gen-diff [--format] filepath1 filepath2
```
### [Example](https://asciinema.org/a/du0fqdmfa9tn52styav1ywenk)
### Supported input files formats
* JSON
* YAML
* INI
### Avalible output formats
* pretty (default)
* plain text
* json