kit-diff-util

1.0.10 • Public • Published

Maintainability Issue Count Test Coverage Build Status NPM Version

Console gendiff utility

Utility that compares two configuration files and shows a difference.

Installation

$ npm install -g kit-diff-util

Get help

$ gendiff -h

Usage

$ gendiff <firstConfig> <secondConfig>

To specify format of output file, use --format option:

$ gendiff --format [type] <firstConfig> <secondConfig>

Supported input file formats

  • json
  • yml
  • ini

Supported out data formats

  • pretty (json-like view)
  • plain text
  • json (without indentation)

Demo

Readme

Keywords

Package Sidebar

Install

npm i kit-diff-util

Weekly Downloads

23

Version

1.0.10

License

ISC

Unpacked Size

31.3 kB

Total Files

9

Last publish

Collaborators

  • kitxiii