feat: fix compike, add license, desc
This commit is contained in:
@@ -22,6 +22,17 @@ default = "my-cli"
|
||||
prompt = "What's the name of the executable?"
|
||||
validation = "^([a-zA-Z][a-zA-Z-_]+)$"
|
||||
|
||||
[[variables]]
|
||||
name = "license"
|
||||
default = "MIT"
|
||||
prompt = "Which open-source license do you want to use?"
|
||||
choices = [
|
||||
"MIT",
|
||||
"BSD",
|
||||
"GPLv3",
|
||||
"None",
|
||||
]
|
||||
|
||||
[[variables]]
|
||||
name = "description"
|
||||
default = "A CLI application"
|
||||
|
||||
Reference in New Issue
Block a user