feat(development): integrate Husky, Commitizen, and Conventional Changelog

This commit is contained in:
Jagandeep Brar
2022-01-24 17:23:17 -05:00
parent f23239c8cd
commit fd8e061a81
9 changed files with 5580 additions and 24 deletions

4
.husky/prepare-commit-msg Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
exec < /dev/tty && npx cz --hook || true