slothcommit is a opensource AI powered git commit assistant , it helps you write conventional git commit message based on your file change
i hate thinking about commit messages manually , so what i used to (its huge pain in tha ass btw) use to copy my code to gpt and tell it to write commit message based on the changes made between old and new file and then manually paste it into terminal , so i decided to build sloth which does it all with one command.
- install
npm i -g slothcommit
- create a .env file inside your project where u intend to run slothcommit and add inside your .env :
GEMINI_API_KEY=<your key here>
-
git add your required file
-
run
sloth
- Nodejs
-
for suggestions write me at anshumanprof01@gmail.com.
-
explore my tech blog : blog
-
or subscribe to my newsletter newsletter

