You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
iTi-Flask/copier-template/copier.yml

35 lines
629 B
YAML

project_name:
type: str
help: 业务项目显示名称
default: iTi Business App
project_slug:
type: str
help: 业务项目 Python 包名
default: iti_business_app
framework_git:
type: str
help: iTi-Flask Git 地址
default: git+ssh://git@example.com/iTi-Flask.git
framework_tag:
type: str
help: iTi-Flask Git tag
default: v0.1.1
include_system:
type: bool
help: 是否引入 iTi-System 系统业务包
default: false
system_git:
type: str
help: iTi-System Git 地址
default: git+ssh://git@example.com/iTi-System.git
system_tag:
type: str
help: iTi-System Git tag
default: v0.1.1