feat: add authors, bin
This commit is contained in:
@@ -22,6 +22,16 @@ default = "my-cli"
|
||||
prompt = "What's the name of the executable?"
|
||||
validation = "^([a-zA-Z][a-zA-Z-_]+)$"
|
||||
|
||||
[[variables]]
|
||||
name = "author"
|
||||
default = "No One"
|
||||
prompt = "What is your name?"
|
||||
|
||||
[[variables]]
|
||||
name = "email"
|
||||
default = "no@example.com"
|
||||
prompt = "What is your email?"
|
||||
|
||||
[[variables]]
|
||||
name = "license"
|
||||
default = "MIT"
|
||||
|
||||
Reference in New Issue
Block a user