0.0.11 • Published 5 years ago

map-difference v0.0.11

Weekly downloads
2
License
ISC
Repository
github
Last release
5 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

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.3

5 years ago

0.0.4

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago