nymedia/clean-repo-check
最新稳定版本:1.0.0
Composer 安装命令:
composer require nymedia/clean-repo-check
包简介
Clean repo check
README 文档
README
Simple check to make sure a repo is clean. Useful in CI environments, and for automatic updates
Installation
You probably want to install this as a dev dependency. So for php projects:
composer require --dev nymedia/clean-repo-check
Usage
/bin/sh ./path/to/clean-repo-check.sh
This will exit with status 1 if your repo has either
- Changed files
- Uncommited files
It will also print git status, so it can help you fix the issues.
统计信息
- 总下载量: 345.02k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-11-14