113 Star 961 Fork 397

dgflash / oops-framework

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
update-oops-plugin-framework-tools.sh 256 Bytes
一键复制 编辑 原始数据 按行查看 历史
donggang 提交于 2024-02-20 18:08 . 添加框架辅助组件
if [ ! -d "extensions" ]; then
mkdir extensions
fi
cd extensions
if [ ! -d "oops-plugin-framework-tools" ]; then
git clone -b master https://gitee.com/dgflash/oops-plugin-framework-tools.git
else
cd oops-plugin-framework-tools
git pull
fi
TypeScript
1
https://gitee.com/dgflash/oops-framework.git
git@gitee.com:dgflash/oops-framework.git
dgflash
oops-framework
oops-framework
master

搜索帮助