#Effortless Commits with CommitAI

5 messages Β· Page 1 of 1 (latest)

warm quartz
#

πŸ™Œ Hey Developers! πŸ™Œ
I've been working on this cool tool called CommitAI and I wanted to share it with you all. It's a CLI that helps you generate AI-powered commit messages using OpenAI's GPT-3. It's super easy to use and makes committing code changes a breeze. You can pick the commit message that best describes your changes. Not only that, with CommitAI, you'll be able to make sense of your past projects, because the commit messages generated by AI will be meaningful and descriptive.

Give it a try! You can find the npm package here: https://www.npmjs.com/package/commitai and the GitHub repository here: https://github.com/ahmetkca/CommitAI. And if you're feeling generous and want to contribute, feel free to do so.

Let me know what you think! πŸ€–

#

Here is how it looks on the GitHub and output of the git log

wanton plover
#

Looks cool πŸ‘Œ 😎 , is this an actual terminal? I saw in the source code that you are using React files, does it open a browser?

warm quartz
#

Hey @wanton plover#949 Thanks. I’m glad you liked it. To answer your question, yes it is an actual terminal. I used a library called Ink. It allows you create cli apps with React. It doesn’t open a browser. I only put the last image to show how it looks in the GitHub. Thanks again for checking it out! I really appreciate it. Let me know if you have any other questions!