A simple little cli tool to generate ai generated commit messages! this project is still in development, so expect bugs!
You must have git and bun installed on your system. Then run this command bunx gen-ai-commit-message generate
this will copy the ai generated message to your clipboard
Flags:
--stream - Will stream the output --push - Will push to git repo --full Will return the full git commit cmd
WARNING! you cannout use --push and --full at the same time!