Similar projects - fredericrous/git-templates GitHub Wiki
List of similar projects:
- https://github.com/okonet/lint-staged
- https://github.com/folke/devmoji
- https://github.com/negokaz/git-fancy-message-prefix
- https://github.com/conventional-changelog/commitlint
- https://github.com/greg0ire/git_template
A word about hook managers
A note on hook managers. Below is a list. Each has advantages and flows. Some have prebuilt hooks that the others don't. The approach here is not to try to create a new challenger. But to suggest a different approach, keep it simple with a template that is easy to modify. You don't have zsh? convert the script to bash or powershell. You don't have nodejs? don't use the *.js hooks, or find others that fit you.
- https://github.com/sds/overcommit [Ruby]
- https://github.com/evilmartians/lefthook [Go]
- https://github.com/pre-commit/pre-commit [Python]
- https://github.com/typicode/husky [Javascript]