tk2312-web/shell/cz-init.sh

15 lines
514 B
Bash
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

###
# @Author: Hugo
# @Date: 2022-04-07 13:41:45
# @LastEditTime: 2022-04-13 16:41:33
# @LastEditors: Please set LastEditors
# @Description: 全局安装commitizen工具并配置初始适配器
# @FilePath: /low_code_designer_husky/shell/cz-init.sh
###
#!/bin/sh
# 安装commitizen
# commitizen根据不同的`adapter`配置commit message
npm install commitizen cz-conventional-changelog --save-dev
# 写入cz-conventional-changelog配置路径
# echo '{ "path": "cz-conventional-changelog" }' > ~/.czrc