Skip to content

gdfreitasdev/nodejs-commits-patterning-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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