valeraseregin/gendiff-php

v1.0.0 2020-12-04 06:48 UTC

This package is auto-updated.

Last update: 2024-09-04 15:15:00 UTC


README

Main workflow Project Status: Inactive – The project has reached a stable, usable state but is no longer being actively developed; support/maintenance will be provided as time allows. Maintainability Test Coverage

一个计算两个文件之间差异的实用工具。此工具支持两种文件输入格式:json 和 yaml。输出格式可以是 json、纯文本和美化格式。

设置

git clone https://github.com/valeriySeregin/gendiff-php.git

make install

Composer

composer global require valeraseregin/gendiff-php

echo export PATH="$PATH:$HOME/.config/composer/vendor/bin" >> ~/.bashrc

获取帮助

gendiff --help

测试

make test

代码风格检查

make lint

使用示例

asciicast