2 个仓库
Tools that use a prompt-driven interface to assist users in creating well-formatted commit messages.
Distinct from Automated Commit Workflows: Distinct from Automated Commit Workflows: requires user interaction via prompts rather than bypassing confirmation.
Explore 2 awesome GitHub repositories matching development tools & productivity · Interactive Commit Generators. Refine with filters or upvote what's useful.
This project is a Git commit standardization tool and semantic commit generator. It serves as an assistant to align code changes with semantic versioning by enforcing a consistent commit structure and formatting rules. The utility uses interactive prompts to gather user input, which it then validates against semantic categories and interpolates into predefined templates. This process automates the generation of standardized messages, ensuring that each commit follows a specific format to improve project history and traceability. The system also handles commit metadata structuring, including
Uses interactive prompts to build well-formatted commit messages without manual structural typing.
gitmoji-cli 是一个命令行界面和 Git 扩展,用于生成带有标准化表情符号的结构化提交消息。它作为提交消息生成器,允许用户通过预定义的视觉图标库对代码更改进行视觉分类并跟踪修改。 该工具提供了一个交互式工作流,用引导式提示替换了原始文本输入,用于选择类别、范围和描述。它包含一个带有基于关键字索引和本地缓存的可搜索表情符号库,以促进准确视觉标记的选择。 该项目通过 Git 钩子集成支持自动化,在提交命令期间自动触发选择过程。用户可以通过控制暂存行为和图标格式的偏好管理系统进一步自定义工作流。
Provides a prompt-driven interface to help users create well-formatted, detailed commit messages.