cm.template/copier.yml

52 lines
754 B
YAML

---
_exclude:
- .git
- copier.yml
- example/
- README.md
_envops:
autoescape: false
block_start_string: "BLOCK{"
block_end_string: "}"
variable_start_string: "VAR{"
variable_end_string: "}"
_tasks:
- git init .
- git add .
- git commit -m "Initial commit"
author_name:
type: str
default: Samuel Ortion
help: Your name
author_email:
type: str
default: samuel@ortion.fr
help: Your email
teacher_name:
type: str
help: Teacher's name
course_name:
type: str
help: Course name
semester:
type: str
help: Semester
default: M1 - S1
cursus:
type: str
help: Cursus
default: GENIOMHE
university:
type: str
help: University
default: Université Paris-Saclay, Université d'Évry val d'Essonne
...