Skip to content

Commit f12bd81

Browse files
committed
docs: Mention the official Giter8 template
1 parent 56460b4 commit f12bd81

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ This project is a culmination of years of Scala development at Avast and tries t
99
we have gained together with tools that allow us to be effective. It is a set of small, flexible and cohesive building blocks that fit
1010
together well and allow you to build reliable server applications.
1111

12+
## Jump Right In
13+
14+
You can use the [official Giter8 template](https://github.com/avast/sst-seed.g8) to get started:
15+
16+
```bash
17+
sbt new avast/sst-seed.g8
18+
```
19+
1220
## Documentation
1321

1422
**[Read it here](./docs/index.md)** or you can [deep dive into example code](example/src/main/scala/com/avast/sst/example/Main.scala).

example/mdoc/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,12 @@ val program = resource
7070
runtime.unsafeRun(program)
7171
```
7272

73+
Or you can use the [official Giter8 template](https://github.com/avast/sst-seed.g8):
74+
75+
```bash
76+
sbt new avast/sst-seed.g8
77+
```
78+
7379
## Module Structure
7480

7581
The project is split into many small modules based on dependencies. For example code related to loading of configuration files via

0 commit comments

Comments
 (0)