File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,14 @@ This project is a culmination of years of Scala development at Avast and tries t
9
9
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
10
10
together well and allow you to build reliable server applications.
11
11
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
+
12
20
## Documentation
13
21
14
22
** [ Read it here] ( ./docs/index.md ) ** or you can [ deep dive into example code] ( example/src/main/scala/com/avast/sst/example/Main.scala ) .
Original file line number Diff line number Diff line change @@ -70,6 +70,12 @@ val program = resource
70
70
runtime.unsafeRun(program)
71
71
```
72
72
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
+
73
79
## Module Structure
74
80
75
81
The project is split into many small modules based on dependencies. For example code related to loading of configuration files via
You can’t perform that action at this time.
0 commit comments