Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI-Powered Commit Message Generator

This project is an AI-powered commit message generator that helps developers create meaningful and context-aware commit messages based on their code changes. The generator utilizes AI algorithms to analyze input parameters and produce relevant commit messages.

Table of Contents

Installation

To get started with the project, clone the repository and install the dependencies:

git clone <repository-url>
cd ai-commit-generator
npm install

Usage

To generate a commit message, you can run the application using the following command:

node src/index.js

You need to open the VSCode extension in a separate window and with the server up and running you are able to call the extension and generate messages using the git diff automatically!

You can customize the input parameters to tailor the generated commit messages to your needs.

Contributing

Contributions are welcome! Please follow these steps to contribute:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/YourFeature).
  3. Make your changes and commit them (git commit -m 'Add some feature').
  4. Push to the branch (git push origin feature/YourFeature).
  5. Open a pull request.

License

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

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages