paubenetprat/toolbelt
最新稳定版本:0.11
Composer 安装命令:
composer create-project paubenetprat/toolbelt
包简介
Your toolkit box for comparing branches and more.
README 文档
README
Toolbelt is a standalone application built with Laravel Zero that allows you to compare branches, tags, and commits in a Git repository. The application can be compiled and used without any external dependencies, making it convenient to integrate into your project.
Installation
To use Toolbelt, follow these steps:
-
Clone the repository:
git clone https://github.com/PauBenetPrat/toolbelt.git
-
Give execute permissions to the compiled file:
git clone https://github.com/PauBenetPrat/toolbelt.git
-
Give execute permissions to the compiled file:
chmod +x builds/toolbelt
-
Copy build toolbelt file to any project you need it
-
Run toolbelt from the project folder. It compares branches "dev" and "revo" by default:
./toolbelt git-compare
-
Optional flags. You can pass different branches, tags, or commits as arguments:
./toolbelt git-compare dev master
- Use the -S or --skip-api-calls flag if you don't have a Bitbucket API token or want to skip linear history checks.
- Use the -O flag to open links in your default browser (it's recommended to have dual monitors for this).
- Use the --no-fetch flag to skip the initial git fetch origin command.
- Use the --skip and --limit flags to skip and limit the number of commits to check.
-
You can pass your bitbucket api token (retrieved from https://bitbucket.org///admin/access-tokens) dynamically or set it to each project .env at BITBUCKET_API_TOKEN variable.
Contribution
Contributions to Toolbelt are welcome! If you find any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request.
License
Toolbelt is open-source software licensed under the MIT license.
统计信息
- 总下载量: 9
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-05-28