OpenCommit: killing lame commits with generative AI 🤯🔫 (open-source)

disukharev

Dima Sukharev

Posted on May 1, 2023

OpenCommit: killing lame commits with generative AI 🤯🔫 (open-source)

first — let's grow my twitter, so i can tell about my inventions quicker and make the world even better place (or not, idk)


opencommit — comparison

A month ago I opensourced OpenCommit.

Now you can switch to GPT-4 and see how it answers WHY and WHAT change was done 🤯🔫

How to install OpenCommit

Simply install it globally with npm, to use in any repo:

npm i -g opencommit
Enter fullscreen mode Exit fullscreen mode

After installing type oc and hit "Enter" in a terminal:

oc
Enter fullscreen mode Exit fullscreen mode

If you want to edit a commit and make OpenCommit to be used by your IDE do:

oc hook set
Enter fullscreen mode Exit fullscreen mode

That's it — have fun ;)

💖 💪 🙅 🚩
disukharev
Dima Sukharev

Posted on May 1, 2023

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related