kulikov-rv/gendiff
Composer 安装命令:
composer require kulikov-rv/gendiff
包简介
my second study project in Hexlet.io
README 文档
README
Diff generator is a program that determines the difference between two data structures
Utility features:
- Support for different input formats: yaml and json
- Report generation in the form of plain text, stylish and json
Install
$ composer require kulikov-rv/gendiff
Demonstration reports
Stylish(default)
$ bin/gendiff pathToFile1 pathToFile2
Plain
$ bin/gendiff --format plain pathToFile1 pathToFile2
Json
$ bin/gendiff --format json pathToFile1 pathToFile2
统计信息
- 总下载量: 10
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-06-23