DEV Community

Discussion on: OpenCommit: GitHub Action to improve commits with meaningful messages on every `git push` 🤯🔫

Collapse
 
tomasci profile image
Evgeny

I hope I will try it someday) cool work!

Btw, Can you make this action as a GitHub hook for Husky for example? Or as a standalone app maybe. Is it possible to run it locally? Because we don't use GitHub and someone maybe doesn't use GitLab, etc. So it will be great to have some local solution

Collapse
 
disukharev profile image
Dima Sukharev

sure, you can set it up as a cli npm i -g opencommit and then just run oco in any repo :)