nekedio/php-project-lvl2

该软件包最新版本(0.11)没有提供许可证信息。

比较工具

0.11 2020-10-03 22:20 UTC

This package is auto-updated.

Last update: 2024-09-29 05:55:37 UTC


README

linter Maintainability Test Coverage

php-project-lvl2

安装

  1. 克隆仓库
  2. make install

通过composer全局安装

  1. 全局安装composer
  2. composer global require nekedio/php-project-lvl2

asciicast

帮助

gendiff --help

asciicast

比较两个JSON文件

gendiff --format stylish firstFile.json secondFile.json

asciicast

比较两个YML文件

gendiff --format stylish firstFile.yml secondFile.yml

asciicast

普通输出

gendiff --format plain firstFile secondFile

asciicast

JSON输出

gendiff --format json firstFile secondFile

asciicast