Commit
This package commit is an interactive commit message generator designed to streamline the process of creating structured and consistent commit messages for your Git repositories.
Interactive Interface:
Easy-to-use prompts guide you through creating your commit message.
Pre-Validation of Ticket Numbers:
Checks the format of ticket numbers to ensure consistency.
Customizable:
Easily adjustable script to cater to different commit message formats or additional information requirements.
How to use
Once installed, you can run the tool directly in the terminal
Set the command on package.json
"commit": "node ./node_modules/@alphaomega/commit/dist/index.js"
Run
yarn commit
How to install
yarn add @alphaomega/commit
Prerequisites
Node.js installed on your system.