0.2.0 • Published 8 years ago

prepare-commit-msg-angular v0.2.0

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

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.