1 Star 93 Fork 1

科大讯飞/astron-rpa

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 1.69 KB
一键复制 编辑 原始数据 按行查看 历史
junmei 提交于 2025-09-21 21:57 +08:00 . chore: initial commit
# =============================================================================
# Multi-Language CI/CD Development Toolchain - Main Makefile
# Supports: Go, TypeScript, Java (Maven), Python
# =============================================================================
# Include all modular Makefiles
include makefiles/common.mk
include makefiles/go.mk
include makefiles/typescript.mk
include makefiles/java.mk
include makefiles/python.mk
include makefiles/git.mk
# Optional: Include PR management for advanced users
# Uncomment the line below if you need Pull Request management features
# Warning: PR operations require repository write permissions
# include makefiles/git-pr.mk
# =============================================================================
# Main Targets and Help
# =============================================================================
# Declare all PHONY targets
.PHONY: help install-tools check-tools fmt fmt-all fmt-go fmt-ts fmt-java fmt-python fmt-check check check-all check-go check-ts check-java check-python project-status hooks-check-all hooks-fmt hooks-commit-msg hooks-uninstall hooks-install hooks-install-basic create-branch-helpers branch-setup new-branch new-feature new-bugfix new-hotfix new-design clean-branches list-remote-branches branch-help check-branch safe-push dev-setup
# Default target
help: ## Show help information
@echo "$(BLUE)Multi-Language CI/CD Development Toolchain$(RESET)"
@echo ""
@make --no-print-directory project-status
@echo ""
@echo "$(BLUE)Available targets:$(RESET)"
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sed 's/^[^:]*://' | sed 's/:.*## / ## /' | sort | awk 'BEGIN {FS = " ## "}; {printf " $(GREEN)%-20s$(RESET) %s\n", $$1, $$2}'
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/iflytek/astron-rpa.git
git@gitee.com:iflytek/astron-rpa.git
iflytek
astron-rpa
astron-rpa
main

搜索帮助