0.4.0 • Published 5 years ago

brasid-difference-generator v0.4.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

gendiff.js

maintainability test coverage build status

A simple cli utility to find the difference betweeen two configuration files. This is a student's project provided by hexlet. For now it works with .json, .yml and .ini config files.

Project mentor - @Kirill Mokevnin.

Installation

npm install -g brasid-difference-generator

asciicast

Usage

Comparing files

gendiff <firstConfig> <secondConfig>

asciicast

Using output format

The utility can present diff in different formats. For now there are two format types: 'standart' and 'plain'

gendiff --format <firstConfig> <secondConfig>
gendiff -f <firstConfig> <secondConfig>

asciicast

0.4.0

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago