55 Star 488 Fork 74

cristiane/micro-mall-api

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build-project-proto.sh 652 Bytes
一键复制 编辑 原始数据 按行查看 历史
#! /bin/bash
git branch
echo 本shell需要你安装了python环境用来一键生成pb,gw代码
read -r -p "你安装python了吗? [Y-y/N-n] " input
case $input in
[yY][eE][sS]|[yY])
echo "Yes"
;;
[nN][oO]|[nN])
echo "No"
exit 1
;;
*)
echo "Invalid input..."
exit 1
;;
esac
python genpb.py ../micro-mall-users-proto/
python genpb.py ../micro-mall-trolley-proto/
python genpb.py ../micro-mall-sku-proto/
python genpb.py ../micro-mall-order-proto/
python genpb.py ../micro-mall-pay-proto/
python genpb.py ../micro-mall-logistics-proto/
python genpb.py ../micro-mall-comments-proto/
python genpb.py ../micro-mall-shop-proto/
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/cristiane/micro-mall-api.git
git@gitee.com:cristiane/micro-mall-api.git
cristiane
micro-mall-api
micro-mall-api
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385