git_auto_commit_message
v1.0.4
Published
Helps to generate commit message automatically by analyzing the staged changes
Downloads
3
Readme
Package title: git_auto_commit_message
Overview
The Git Auto Commit Message Generator is a tool designed to automate the process of creating consistent and informative basic commit messages for your Git repositories. By analyzing the scope, type, and content of changes in your staged files.
Features
- Automatic Commit Message Generation: Automatically generate commit messages based on the type and scope of changes.
- Contains Scopes and Types: Support for different scopes (e.g., API, UI, database) and change types (e.g., feature, fix, refactor).
- Keyword Analysis: Analyze the content of changed files to provide more specific commit messages.
- Support for Common Frontend and Backend Patterns: Recognize common file patterns and generate appropriate commit messages.
Getting started
To install the Git Commit Message Generator, run the following command :
npm i git_auto_commit_message
To use the Git Commit Message Generator, you can run it as part of your Git workflow once the file are in stage :
npx generate-commit