UNPKG

gendiff-irastypain

Version:

Compares two configuration files and shows a difference.

21 lines (12 loc) 846 B
# Gendiff [![Code Climate](https://codeclimate.com/github/irastypain/gendiff/badges/gpa.svg)](https://codeclimate.com/github/irastypain/gendiff) [![Test Coverage](https://codeclimate.com/github/irastypain/gendiff/badges/coverage.svg)](https://codeclimate.com/github/irastypain/gendiff/coverage) [![Issue Count](https://codeclimate.com/github/irastypain/gendiff/badges/issue_count.svg)](https://codeclimate.com/github/irastypain/gendiff) [![Build Status](https://travis-ci.org/irastypain/gendiff.svg?branch=master)](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.