1.0.0 • Published 2 years ago

gendiff-ln v1.0.0

Weekly downloads
6
License
ISC
Repository
github
Last release
2 years ago

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

1.0.0

2 years ago

0.1.0

4 years ago

0.0.1

4 years ago