当前位置:   article > 正文

前端规范之-利用commitlint与husky规范git commit message_前端commitlint使用

前端commitlint使用

pre本文主要讲解如何在git commit -m"xxx" 时检查message是否符合规范。

1、Commitlint 是什么?

        原文: helps your team adhere to a commit convention. By supporting npm-installed configurations it makes sharing of commit conventions easy.
        说明:可以检查git commit -m"xxx" 命令中的message是否符合规范,不符合规范的无法提交,这个在团队开发中使每次提交的message能够直观的看出是更改了什么内容,方便阅读。

2、Husky 是什么?

        原文:Husky improves your commits and more

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/盐析白兔/article/detail/636764
推荐阅读
相关标签