Skip to content

Commit e95ec89

Browse files
committed
docs: how to start and contribute
1 parent 0b8d7d3 commit e95ec89

File tree

1 file changed

+17
-14
lines changed

1 file changed

+17
-14
lines changed

README.md

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,24 @@
1-
# Title
1+
# Template project for hexagonal-spring-boot-java
22

3-
<!--
4-
this project was generated with https://github.com/devs-from-matrix/basic-template-repository.
5-
-->
3+
This is a template project for hexagonal-spring-boot-java. This project is generated using [cookiecutter](https://cookiecutter.readthedocs.io/en).
64

7-
## [Documentation](https://devs-from-matrix.github.io/basic-template-repository/)
5+
## Pre-requisites
86

9-
## How to build ?
10-
11-
<!-- mention the steps for building this project -->
7+
- [cookiecutter](https://cookiecutter.readthedocs.io/en/stable/README.html#installation)
128

13-
## How to start ?
14-
15-
<!-- mention the steps for starting or serving this project -->
9+
## How to build ?
1610

17-
## Contribution guidelines
11+
```
12+
cookiecutter . --config-file=test-config.yml --no-input
13+
```
1814

19-
We are really glad you're reading this, because we need volunteer developers to help this project come to fruition.
15+
## How to contribute ?
2016

21-
Request you to please read our [contribution guidelines](https://devs-from-matrix.github.io/basic-template-repository/#/README?id=contribution-guidelines)
17+
- The folder `{{cookiecutter.app_name}}` hosts the template project.
18+
- You can check the various patterns used in [cookiecutter.json](cookiecutter.json)
19+
- For testing it locally, you can use the following steps:
20+
```shell
21+
cookiecutter . --config-file=test-config.yml --no-input
22+
```
23+
- The generated project will be in the folder `cart-service`
24+
- You need to raise a PR to the main branch with the changes. The CI automatically runs the tests and checks the build status by creating the project referencing the default configuration i.e. `--config-file=test-config.yml`.

0 commit comments

Comments
 (0)