承接 paubenetprat/toolbelt 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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:

  1. Clone the repository:

    git clone https://github.com/PauBenetPrat/toolbelt.git
    
  2. Give execute permissions to the compiled file:

    git clone https://github.com/PauBenetPrat/toolbelt.git
    
  3. Give execute permissions to the compiled file:

    chmod +x builds/toolbelt
    
  4. Copy build toolbelt file to any project you need it

  5. Run toolbelt from the project folder. It compares branches "dev" and "revo" by default:

    ./toolbelt git-compare
  6. 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.
  7. 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

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-05-28