Skip to content

kitXIII/js-gendiff-utility

Repository files navigation

Maintainability Issue Count Test Coverage Build Status NPM Version

Console gendiff utility (JS)

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published