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
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,20 +18,20 @@ Bootstrap your Go projects with clean architecture, best practices, and a solid
18
18
---
19
19
20
20
> [!NOTE]
21
-
> v0.3.2 now is stable, latest version, and generating one set of application with its driver to 3rd party. in this version, you can generate different framework, database, and message queue.
21
+
> v0.4.0 now is stable, latest version, and generating one set of application with its driver to 3rd party. in this version, you can generate different framework, database, and message queue.
22
22
23
23
## 🔥 Get started
24
24
25
25
```bash
26
-
go run github.com/daffadon/fndn@v0.3.2 init .
26
+
go run github.com/daffadon/fndn@v0.4.0 init .
27
27
```
28
28
29
29
\* . generate in current directory
30
30
31
31
OR
32
32
33
33
```bash
34
-
go run github.com/daffadon/fndn@v0.3.2 --help
34
+
go run github.com/daffadon/fndn@v0.4.0 --help
35
35
```
36
36
37
37
to see how can you use the tools
@@ -44,12 +44,12 @@ to see how can you use the tools
44
44
If you want to install the tools to your system, you can either using go install or download the binary in available release:
45
45
46
46
```bash
47
-
go install github.com/daffadon/fndn@v0.3.2
47
+
go install github.com/daffadon/fndn@v0.4.0
48
48
```
49
49
50
50
## 🛠️ The techstack
51
51
52
-
Currently, the generation are in default mode and custom mode with limitation at `framework`and `database`. the `Default` mode is using the first techstack from each section. the generated techstack that you can use are:
52
+
Currently, the generation are in default mode and custom mode with limitation at `framework`, `database`, and `message queue`. the `Default` mode is using the first techstack from each section. the generated techstack that you can use are:
53
53
54
54
- Framework
55
55
@@ -63,6 +63,7 @@ Currently, the generation are in default mode and custom mode with limitation at
0 commit comments