gpt_commit_messages 0.2.0 copy "gpt_commit_messages: ^0.2.0" to clipboard
gpt_commit_messages: ^0.2.0 copied to clipboard

outdated

Let ChatGPT suggest commit messages.

gpt-commit-messages #

GitHub release (latest by date)

Use OpenAI's ChatGPT to suggest conventional commit messages for your currently staged changes.

Fun fact: all the commit messages on this repo have been created with the tool.

Usage #

Usage: gpt-commit-messages [options]

Options:
-c, --[no-]commit                   Select message and create commit or just display message suggestions
                                    (defaults to on)
-d, --[no-]disclaimer               Append disclaimer at the end of the commit message
                                    (defaults to on)
-n, --num-messages                  Number of message suggestions to get from OpenAI
                                    (defaults to "3")
-a, --openai-api-key (mandatory)    Get yours at https://platform.openai.com/account/api-keys
-s, --[no-]sign-off                 Sign-off commits

With Dart source #

dart run bin/gpt_commit_messages.dart

Compile binary #

dart compile exe .\bin\gpt_commit_messages.dart -o build/gpt-commit-messages.exe
2
likes
0
points
22
downloads

Publisher

verified publishergoddchen.de

Weekly Downloads

Let ChatGPT suggest commit messages.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, fpdart, freezed_annotation, http, logger

More

Packages that depend on gpt_commit_messages