1.0.6 • Published 4 years ago

difference-greenfrontend v1.0.6

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

frontend-project-lvl2

run tests Maintainability

Compares two configuration files and shows a difference.

Install

sudo npm i -g difference-greenfrontend

Use as CLI

gendiff [options] <firstConfig> <secondConfig>

Use as library

import genDiff from 'difference-greenfrontend';

const diff = genDiff(pathToFile1, pathToFile2);

console.log(diff);

Example of usage with flat json files

asciicast

Example of usage with flat yml files

asciicast

Example of usage with flat ini files

asciicast

Example of usage with recursive format

asciicast

Example of usage with plane format

asciicast

Example of usage with json format

asciicast

Help:

gendiff -h
1.0.6

4 years ago

1.0.5

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