-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcopier.yml
61 lines (44 loc) · 1.16 KB
/
copier.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# Configure jinja2 defaults to make syntax highlighters happy
_templates_suffix: .jinja
_subdirectory: src
_min_copier_version: "9"
_message_before_copy: |
Thanks for generating a project using our template.
You'll be asked a series of questions whose answers will be used to
generate a tailored project for you.
_message_after_copy: |
Your project "{{ name }}" has been created successfully!
Next steps:
- Stage and commit the changes:
$ git add .
$ git commit -m "Update from template"
- Run pre-commit on all files and fix any issues:
$ pre-commit run --all-files
- Stage and commit the changes, if needed:
$ git add .
$ git commit -m "Fix pre-commit issues"
is_private:
type: bool
choices:
- true
- false
help: ¿Es este repositorio privado?
odoo_version:
type: float
choices:
- 18.0
default: 18.0
help: Which Odoo version will this branch target?
slug:
type: str
help: The slug for the repository
name:
type: str
help: The repository name
description:
type: str
help: The repository description
pre_commit_ignore:
type: yaml
default: []
help: List of paths to ignore in pre-commit hooks