A bash script to assist conventional commits.
With conventional-commit-helper
$ commit "this is my commit"Behind the scenes
$ git add .
$ git status
$ git commit -m "TYPE: this is my commit"- Ensure
PATH=~/bin:$PATHis in your bash config. - Move the
commitfile to the root of your desired repo. - Init (first time only)
$ chmod +x ./commit- Execute
$ ./commit "commit message here"