You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-4Lines changed: 20 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
-
# template project for hexagonal-spring-boot-kotlin
1
+
# template project for hexagonal-spring-boot-kotlin[](https://github.com/copier-org/copier)
2
2
3
3
4
-
This is a template project for hexagonal-spring-boot-java. This project is generated using [copier](https://copier.readthedocs.io/en/stable/)[](https://github.com/copier-org/copier).
4
+
This is a template project for hexagonal-spring-boot-java. This project is generated using [copier](https://copier.readthedocs.io/en/stable/) .
5
5
6
6
## Pre-requisites
7
7
@@ -39,10 +39,26 @@ Following are the keywords reserved for the template project and their equivalen
39
39
| EXAMPLES | {{domain_plural_uppercase}} |
40
40
| EXAMPLE | {{domain_uppercase}} |
41
41
42
-
Refer script [generate-copier-template-from-example-project.sh](generate-copier-template-from-example-project.sh) which is used to generate the copier template project. This script is also being used by [`.github/workflows/ci.yaml`](.github/workflows/ci.yaml) pipeline too.
42
+
Refer script [generate-copier-template-from-example-project.sh](generate-copier-template-from-example-project.sh) which is used to generate the copier template project. This script is also being used by [generate-template.yaml](.github/workflows/generate-template.yaml) pipeline too.
43
43
44
44
### {{app_name}}
45
45
46
-
> NOTE: DO NOT MODIFY THIS DIRECTORY DIRECTLY
46
+
> [!WARNING]
47
+
> DO NOT MODIFY THIS DIRECTORY DIRECTLY
47
48
48
49
This directory contains the generated project from `example` project. The project is generated using the script [generate-cookiecutter-template-from-example-project.sh](generate-copier-template-from-example-project.sh) which is used to generate the copier template project.
50
+
51
+
52
+
## Generating a new project
53
+
54
+
The following command can be used to generate a new project using this template:
55
+
56
+
```bash
57
+
copier copy .<destination_folder>
58
+
```
59
+
60
+
Command to generate with default values without prompt:
0 commit comments