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.yml

45 lines
784 B
YAML

_subdirectory: copier-template
_exclude:
- copier.yml
- "~*"
- "*.py[co]"
- __pycache__
- .git
- .DS_Store
- .svn
project_name:
type: str
help: 业务项目显示名称
default: iTi Business App
project_slug:
type: str
help: 业务项目发行包名来源
default: iti-business-app
framework_git:
type: str
help: iTi-Flask Git 地址
default: https://git.noahlan.cn/iti-framework/iTi-Flask.git
framework_tag:
type: str
help: iTi-Flask Git tag
default: v0.2.4
include_system:
type: bool
help: 是否引入 iTi-System 系统业务包
default: false
system_git:
type: str
help: iTi-System Git 地址
default: https://git.noahlan.cn/iti-framework/iTi-System.git
system_tag:
type: str
help: iTi-System Git tag
default: v0.2.4