nekedio/php-project-lvl2

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

Compare tool

0.11 2020-10-03 22:20 UTC

This package is auto-updated.

Last update: 2024-02-29 04:12:10 UTC


README

linter Maintainability Test Coverage

php-project-lvl2

Install

  1. clone repository
  2. make install

Install globally via composer

  1. Install globally composer
  2. composer global require nekedio/php-project-lvl2

asciicast

Help

gendiff --help

asciicast

Compare two JSON

gendiff --format stylish firstFile.json secondFile.json

asciicast

Compare two YML

gendiff --format stylish firstFile.yml secondFile.yml

asciicast

Plain output

gendiff --format plain firstFile secondFile

asciicast

Json output

gendiff --format json firstFile secondFile

asciicast