feat: init commit
This commit is contained in:
24
template.toml
Normal file
24
template.toml
Normal file
@@ -0,0 +1,24 @@
|
||||
name = "Java template"
|
||||
description = "Java application template"
|
||||
kickstart_version = 1
|
||||
ignore = [
|
||||
".gitignore",
|
||||
"README.md",
|
||||
"LICENSE",
|
||||
]
|
||||
|
||||
cleanup = [
|
||||
]
|
||||
|
||||
[[variables]]
|
||||
name = "project_name"
|
||||
default = "Sample-App"
|
||||
prompt = "What's the name of the project?"
|
||||
validation = "^([a-zA-Z][a-zA-Z0-9_-]+)$"
|
||||
|
||||
[[variables]]
|
||||
name = "archive_name"
|
||||
default = "sampleapp"
|
||||
prompt = "What's the archive name of the project?"
|
||||
validation = "^([a-zA-Z][a-zA-Z0-9_-]+)$"
|
||||
|
||||
Reference in New Issue
Block a user