dvengroff/php-project-lvl2

There is no license information available for the latest version (v0.6.0) of this package.

Generator of differences in config files. 2nd project of PHP-profession on Hexlet

v0.6.0 2019-09-02 19:43 UTC

This package is auto-updated.

Last update: 2024-04-29 04:28:02 UTC


README

Build Status Maintainability Test Coverage

Утилита для поиска отличий в конфигурационных файлах.

Generate diff

Usage:
  gendiff (-h|--help)
  gendiff (-v|--version)
  gendiff [--format <fmt>] <firstFile> <secondFile>

Options:
  -h --help                     Show this screen
  -v --version                  Show version
  --format <fmt>                Report format [default: pretty]

Global install (глобальная установка)

Установка пакета с помощью Composer:

asciicast

Usage (использование пакета)

Утилита позволяет сравнивать конфигурационные файлы форматов json и yaml.

По умолчанию результат сравнения выводится в виде pretty:

asciicast

Вывод результата в виде plain text и json:

asciicast