113 Star 961 Fork 397

dgflash / oops-framework

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
update-oops-plugin-framework.sh 238 Bytes
一键复制 编辑 原始数据 按行查看 历史
dgflash 提交于 2022-08-15 17:53 . 将.sh更新脚本的fileformat改为unix
if [ ! -d "extensions" ]; then
mkdir extensions
fi
cd extensions
if [ ! -d "oops-plugin-framework" ]; then
git clone -b master https://gitee.com/dgflash/oops-plugin-framework.git
else
cd oops-plugin-framework
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

搜索帮助