0.7.0 • Published 5 years ago

gendiff-gapallex v0.7.0

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

Build Status Maintainability Test Coverage

hexlet project #2

gendiff

Compares two configuration files and shows a difference

How to install

npm install -g gendiff-gapallex

How to use

gendiff [option] <firstConfig> <secondConfig>

Options

Options:
  -V, --version        output the version number
  -f, --format [type]  Output format. Types: "plain", "json" or (default: "tree")
  -h, --help           output usage information

API

import genDiff from 'gendiff-gapallex';
genDiff(firstFilePath, secondFilePath, format);

Format: 'tree', 'plain' or 'json'

.json

asciicast

.yml

asciicast

.ini

asciicast

treeLike

asciicast

plainLike

asciicast

0.7.0

5 years ago

0.6.1

5 years ago

0.6.0

5 years ago

0.5.0

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago