di-sukharev / opencommit

Generate conventional git commit messages with AI in 1 second 🤯🔫
https://www.npmjs.com/package/opencommit
MIT License
5.98k stars 318 forks source link

Allow opencommit to be installed as a devDependency #16

Closed 0xKrauser closed 1 year ago

0xKrauser commented 1 year ago

The tool looks promising, but as an avid remote dev environment (think github codespaces, gitpod) user I find it hard to install and store config globally. I would probably need to make a custom image in order to restore the global environment each time I open the workspace.

Would you consider an .env fallback for the config values or something of sort in order to make this easier?

di-sukharev commented 1 year ago

.env fallback is great, devDep is also great, thanks. do you want to make a PR?

0xKrauser commented 1 year ago

Sure! Tomorrow I will draft it up.