commitype
commitype is a tool that helps you create organized and meaningful commit messages during the project development process.
commit allows you to create your messages quickly and in compliance with standards.
You can start using it by simply saying “npx commit” on the command line. 🎉
It can also push automatically after commit with the -p parameter. 🔥
☕️ Installation
yarn add commitype -D
npm install commitype -D
pnpm i commitype -D
🧠 Usage
git add .
npx commit
git push
auto push
git add .
npx commit -p
💬 Language support
To choose the language English
npx commitype language en
To choose the language Turkish
npx commitype language tr
License
ISC © anilcanboga