rustem/php-project-lvl2

0.2.0 2020-02-28 11:29 UTC

This package is auto-updated.

Last update: 2024-09-29 05:36:00 UTC


README

Build Status Maintainability Test Coverage

用于搜索配置文件差异的工具。

工具功能

  • 支持 json 和 yml
  • 以 plain-text、pretty 和 json 格式生成报告
  • 处理嵌套配置

安装

$ composer global require rustem/php-project-lvl2

- 文件必须以 .json 或 .yml 扩展名结尾,或者两者都有

- 如果未指定输出格式,则默认选择 pretty

示例:使用 .json 文件并以 pretty 格式输出

asciicast

示例:使用 .yaml 和 .yml 文件并以 plain 格式输出

asciicast

示例:使用 .yml 文件并以 json 格式输出

asciicast

太棒了!