1.0.9 • Published 3 years ago

paul-reed-smith-hexlet-two v1.0.9

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

differences calculator

Node.js CI Maintainability Test Coverage

Description

This utility shows the difference between two configuration files. Supported file formats: ini, yaml and json. The output can be in the following formats: plain, pretty and json

Installation

Before installing, make sure you have npm and node.js installed.

npm i -g paul-reed-smith-hexlet-two

This will install package globally

Usage

gendiff <first file> <second file> --format <format> (pretty for default)

Examples of use

Plain json - output 'pretty'

asciicast

Plain yaml - output 'pretty'

asciicast

Plain ini - output 'pretty'

asciicast

Nested json - output 'pretty'

asciicast

Nested ini - output 'plain'

asciicast

Nested yaml - output 'json'

asciicast

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

4 years ago

1.0.5

4 years ago

1.0.2

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago