定制 mrshennawy/committer 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

mrshennawy/committer

最新稳定版本:v1.0.3

Composer 安装命令:

composer require mrshennawy/committer

包简介

Manage Git commits effortlessly with the 'Committer'.

README 文档

README

Build Status Total Downloads Latest Stable Version License

**committer** is a Composer package that simplifies the process of writing standard Git commit messages. It helps developers maintain a consistent and clean commit history.

Table of Contents

  1. Installation
  2. Usage
  3. Authors
  4. License

Installation

Committer uses Composer to manage its dependencies. Make sure you have Composer installed on your machine before using Committer.

composer global require mrshennawy/committer

You must place Composer's system-wide vendor bin directory in your $PATH so that your system can locate the Committer executable. This directory exists in different locations based on your operating system. Some common locations include:

  • macOS: $HOME/.composer/vendor/bin
    • export PATH=$PATH:$HOME/.composer/vendor/bin
  • Windows: %USERPROFILE%\AppData\Roaming\Composer\vendor\bin
    • set PATH=%PATH%;%USERPROFILE%\AppData\Roaming\Composer\vendor\bin
  • GNU / Linux Distributions: $HOME/.config/composer/vendor/bin or $HOME/.composer/vendor/bin
    • export PATH=$PATH:$HOME/.config/composer/vendor/bin
    or
    • export PATH=$PATH:$HOME/.composer/vendor/bin`
      

You can also find the global installation path of Composer by running composer global about and looking for it in the first line.

Usage

After installing the package, you can use it by running only gc:

  • The gc command now supports the following options:
    • --select: This option allows to select the files before committing. It can be used as gc --select or gc -s.
    • --build: This option builds the project before commit. It can be used as gc --build or gc -b.

Authors

You can also see the list of contributors who participated in this project.

License

This project is licensed under the MIT License. See the file LICENSE.md for details.

统计信息

  • 总下载量: 13
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-12-26