12 lines
194 B
YAML
12 lines
194 B
YAML
project_name:
|
|
type: str
|
|
help: What is the project name?
|
|
|
|
repo_name:
|
|
type: str
|
|
help: What is the repo name?
|
|
|
|
module_name:
|
|
type: str
|
|
help: What is your Python module name?
|