Files
bec_plugin_copier_template/copier.yml
perl_d ea95f2d970
All checks were successful
release / Release (push) Successful in 15s
feat: add release action
2025-05-06 15:18:11 +02:00

27 lines
586 B
YAML

_exclude:
- ".gitea/"
# predefined values
# make sure these have 'when: false' so that the questions are not asked and the items are not saved in answers.yml
test_directories:
type: str
multiselect: true
default: ["tests_bec_ipython_client", "tests_bec_widgets", "tests_dap_services", "tests_devices", "tests_file_writer", "tests_scans"]
when: false
copyright_year:
type: int
default: 2025
when: false
# questions
project_name:
type: str
help: What is your project name?
# other configuration
_tasks:
- "git init --initial-branch=main"