Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

prepare-commit-msg-dianwoda

linxiaowu6632MIT0.2.1

Githook to prepare a commit message following Angular guidelines and display documentation about it

githook, prepare-commit-msg, commit, message, git, angular, guidelines, documentation

readme

prepare-commit-msg-angular

version MIT License

This provides you a binary that you can use as a githook to prepare a commit message following Angular guidelines and display documentation about it. I recommend ghooks :

    "config": {
        "ghooks": {
            "prepare-commit-msg": "prepare-commit-msg-angular $2 $3"
        }
    }

To use with validate-commit-msg.