Skip to content

ashikov/gendiff-ln

Repository files navigation

Gendiff

Node.js CI

This package includes CLI app which compares two configuration files and shows a difference

Requirements

  • Node.js >= 14
  • npm >= 6

Installation from npm registry

npm install -g gendiff-ln

Usage

To see the help, use the h option.

gendiff -h

The application supports 3 output diff formats:

  • default (indented format)
  • plain
  • json

You can choose one of them.

gendiff -f plain ./file1.json ./file2.json

Asciinema examples

gendiff default output examlpe

gendiff plain output examlpe

gendiff JSON output examlpe

About

Application that finds differences in configuration files

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published