Skip to content

tbowman01/commit-msg-linter

 
 

Repository files navigation

Welcome to git-commit-msg-linter 👋

npm version prerequisite node version Documentation Maintenance License: MIT

Watching your every git commit message. 👀

git-commit-msg-linter-demo

A git "commit-msg" hook for linting your git commit message against the Angular Commit Message Guidelines. As a hook it will run at every commiting to make sure that the message to commit is valid against the conventions. If not the commit will be aborted.

The repo is heavily influenced by pre-commit. Thanks.

Install

npm install git-commit-msg-linter --save-dev

To uninstall run the uninstall script instead of removing it manually because only in this way, the old commit-msg hook can be restored, so that your next commit messages will be ignored by the linter.

npm uninstall git-commit-msg-linter --save-dev

Why yet a new linter

Firstly it's very important to follow certain git commit message conventions and we recommend Angular's.

Secondly no simple git commit message hook ever exists right now. To Add, to overwrite or to remove types is not so friendly supported. Why not conventional-changelog/commitlint or husky, read the FAQs.

Recommended commit message pattern

<type>(<scope>): <subject>

// scope optional

The default types includes feat, fix, docs, style, refactor, test, chore, perf, ci and temp. And They can be extended or modified by commitlinterrc.json.

Documentations

Configuration and FAQs.

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2019 legend80s.

This project is MIT licensed.


This README was generated with ❤️ by readme-md-generator

About

git commit message linter hook

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%