gdfreitas / nodejs-commits-patterning-sample

Sample repository for patterning Git commits on Node.js projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nodejs-commits-patterning-sample

Sample repository for patterning Git commits on Node.js projects

Usage

It will prompt commitzen for you to compose your commit

git commit

Hooks

  • prepare-commit-msg Runs commitzen to compose commit messages
  • pre-commit Runs static code linting on staged files before git commit
  • commit-msg Runs commitlint to lint commit message according to conventional commits
  • pre-push Runs project's test suite before git push

References

About

Sample repository for patterning Git commits on Node.js projects

License:MIT License


Languages

Language:Shell 69.2%Language:JavaScript 30.8%