refactor: make a copier template from BEC plugin files

This commit is contained in:
2025-04-29 16:38:52 +02:00
committed by David Perl
commit a389984d25
25 changed files with 468 additions and 0 deletions

24
copier.yml Normal file
View File

@ -0,0 +1,24 @@
# 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"