FormulaMonks / kurt

A wrapper for AI SDKs, for building LLM-agnostic structured AI applications in Typescript
MIT License
2 stars 0 forks source link

feat: replace commitizen with czg #9

Closed andreszorro closed 2 months ago

andreszorro commented 2 months ago

czg is a leaner option than commitizen and fulfills the same role. (Check the diff on pnpm-lock.yaml)

Also, including a way to explicitly opt out of specific git hooks. User can use git config --add custom.hooks.hook-name false to opt out of specific hooks. E.g.

# Disables prepare-commit-msg for current user
git config --add custom.hooks.prepare-commit-msg false