This is minimal cli that will help you use conventional commit in your project.
Using conventional commit is one of the best way we can organize our commits so we can find out what happend in that commit. This is a minimal cli tool that will help you commit using this convention. After implementing this cli I found out that commitizen has a realy similar cli but it needs a commitizen config file. So I think I keep developing this tool till I'll be happy with it.
It is working on MacOS right now and I will add Linux file as soon as possible
All you need is Nodejs version >= 14 To install Nodejs using brew use this command:
brew install node
or download from their website.
Run this command:
brew install pshaddel/conventionalcommit/conventionalcommit
You can run cli like this:
conventionalcommit