Skip to content

Sample repository for patterning Git commits on Node.js projects

License

Notifications You must be signed in to change notification settings

gdfreitas/nodejs-commits-patterning-sample

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks