3 Star 9 Fork 13

好雨科技 / rainbond-console

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile 613 Bytes
一键复制 编辑 原始数据 按行查看 历史
GLYASAI 提交于 2021-04-16 16:32 . detect process
PRE-COMMIT-FILE = .git/hooks/pre-commit
init:
test -s $(PRE-COMMIT-FILE) || cp .githook/pre-commit $(PRE-COMMIT-FILE)
format:
@yapf --exclude env --exclude venv --exclude static --exclude www/alipay_direct --exclude www/utils/mnssdk --exclude backends --style style.cfg -r ./ -i
check:
@flake8 --exclude venv,env,static,www/alipay_direct,www/utils/mnssdk,backends,migrations --extend-ignore=W605 --max-line-length 129 ./
build-base:
docker build -t rainbond/rbd-ui-base:V5.3 -f Dockerfile.base .
build-allinone-image:
docker build --build-arg VERSION=V5.3 -t rainbond/rainbond:v5.3 -f Dockerfile.allinone .
Python
1
https://gitee.com/rainbond/rainbond-console.git
git@gitee.com:rainbond/rainbond-console.git
rainbond
rainbond-console
rainbond-console
master

搜索帮助