haks/code
Composer 安装命令:
composer create-project haks/code
包简介
Difference Calculator at PHP
README 文档
README
Hexlet tests and linter status:
Description
The Difference Calculator is a console solution for finding differences between two files using PHP. Support for JSON, YML and YAML formats is provided. The solution supports various formats for outputting differences (Stylish, Plain and Json). The operation logic is based on recursive file comparison and takes into account the types and structure of the compared data.
Setup
git clone https://github.com/MaksHaks/php-project-lvl2.git make install
Calculate Differences
Calculate difference between file1 and file2:
./bin/gendiff --format <format> <file1> <file2>
For more information
./bin/gendiff -h
统计信息
- 总下载量: 4
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-01-25