gendiff-irastypain
Version:
Compares two configuration files and shows a difference.
21 lines (12 loc) • 846 B
Markdown
# Gendiff
[](https://codeclimate.com/github/irastypain/gendiff)
[](https://codeclimate.com/github/irastypain/gendiff/coverage)
[](https://codeclimate.com/github/irastypain/gendiff)
[](https://travis-ci.org/irastypain/gendiff)
## Install
`npm install -g gendiff-irastypain`
## Usage
`gendiff [options] <firstConfig> <secondConfig>`
Supported formats: `json`, `yaml`/`yml`, `ini`
See `gendiff -h` for more information.
**NOTE**: Probably will need set $PATH to search execution file `gendiff` in npm modules.