1.0.4 • Published 5 years ago

gendiff-korol v1.0.4

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

frontend-project-lvl2

Build Status MaintainabilityTest Coverage

Description

The utility for finding differences in configuration files.

Support: json, yaml, ini

Install

CLI: npm install -g gendiff-korol

Module: npm install --save gendiff-korol

Use

CLI: gendiff-korol --help

Module:

    import gendiff from "gendiff-korol;

    gendiff(pathToFile1, pathToFile2, format)

format: 'tree' is default, 'plain', 'json'

Details

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago