zharkov-denis/gendiff
Composer 安装命令:
composer require zharkov-denis/gendiff
包简介
differencies generator
README 文档
README
Description:
This package helps to find differences in files
How to install gendiff:
For global installation:
composer global require zharkov-denis/gendiff
Call help:
gendiff -h
or
gendiff -help
Call json flat files to see difference:
gendiff *.json *.json
Call yaml files to see difference:
gendiff *.yaml *.yaml
Call json non-flat files to see difference:
gendiff *.json *.json
Call files to see difference in plain format:
gendiff *.(json/yaml) *.(json/yaml) --format plain
Call files to see difference in json format:
gendiff *.(json/yaml) *.(json/yaml) --format json
统计信息
- 总下载量: 16
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2019-04-08