初始化
This commit is contained in:
15
cookiecutter.json
Normal file
15
cookiecutter.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"project_hans": "项目名称",
|
||||
"project_name": "Sample Project",
|
||||
"project_slug": "{{ cookiecutter.project_name | lower | replace(' ', '_') | replace('-', '_') }}",
|
||||
"mvn_group_id": "com.sample",
|
||||
"mvn_artifact_id": "{{ cookiecutter.project_name | lower | replace(' ', '_') | replace('-', '_') }}",
|
||||
"__mvn_package": "{{ cookiecutter.mvn_group_id }}.{{ cookiecutter.mvn_artifact_id }}",
|
||||
"__package_path": "{{ cookiecutter.__mvn_package | replace('.', '/') }}",
|
||||
"platform": ["mysql", "postgis"],
|
||||
"author": "zweiandlen",
|
||||
"email": "zweiandlen@outlook.com",
|
||||
"_copy_without_render": [
|
||||
"*.vue"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user