sminnee/composer-diff
最新稳定版本:0.0.5
Composer 安装命令:
composer require sminnee/composer-diff
包简介
Display diffs of composer projects and all their modules
README 文档
README
composer-diff performs a git diff command on your project.
Unlike git diff, however, it will also return differences in any packages marked in your composer.lock file
Installation
A good way to install CLI tools from composer is 'composer global require':
composer global require sminnee/composer-diff
Then, if you haven't already, add ~/.composer/vendor/bin to your shell path.
The binary will be installed to ~/.composer/vendor/bin/composer-diff.
Usage
You can see the changes themselves this way:
composer-diff diff sha-from [sha-to]
sha-fromis the SHA of your project to use as the starting pointsha-tois the SHA of your project to use as the end point. If ommitted, the current check-out of code is used
If you wish to see the log messages instead of the changes, use this command:
composer-diff log sha-from [sha-to]
Limitations
- Doesn't work if a package isn't checked out in your project as a git repo
- Output not the best
统计信息
- 总下载量: 206
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 17
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2015-06-10