0.0.11 • Published 4 years ago

map-difference v0.0.11

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

This CLI utility compares two configuration files and outputs a difference between them. Supports different types of outputs.

map-difference

Maintainability Test Coverage Node CI

Setup

Download package from npm using:

$ npm install map-difference

Install it by running:

$ make install

Compare JSON files

asciicast

Compare YAML/YML files

asciicast

Compare INI files

asciicast

Supports different output formats

Plain

Try it by running:

$ gendiff --format 'plain' fileOne fileTwo

asciicast

JSON

Try it by running:

$ gendiff --format 'json' fileOne fileTwo

asciicast

Run tests

$ make test
0.0.11

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.3

4 years ago

0.0.4

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago