File tree 2 files changed +10
-10
lines changed
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 19
19
20
20
gen : db-migrate gen-jet gen-templ
21
21
22
- dep : dep -air dep -jet dep -goose dep -atlas dep -templ dep -goreleaser
22
+ tooling : tooling -air tooling -jet tooling -goose tooling -atlas tooling -templ tooling -goreleaser
23
23
24
24
# Development
25
25
@@ -56,22 +56,22 @@ gen-jet:
56
56
gen-templ :
57
57
cd web && templ generate
58
58
59
- # Dependencies
59
+ # Tooling
60
60
61
- dep -air :
61
+ tooling -air :
62
62
go install github.com/cosmtrek/air@latest
63
63
64
- dep -jet :
64
+ tooling -jet :
65
65
go install github.com/go-jet/jet/v2/cmd/jet@latest
66
66
67
- dep -goose :
67
+ tooling -goose :
68
68
go install github.com/pressly/goose/v3/cmd/goose@latest
69
69
70
- dep -atlas :
70
+ tooling -atlas :
71
71
go install ariga.io/atlas/cmd/atlas@latest
72
72
73
- dep -templ :
73
+ tooling -templ :
74
74
go install github.com/a-h/templ/cmd/templ@latest
75
75
76
- dep -goreleaser :
76
+ tooling -goreleaser :
77
77
go install github.com/goreleaser/goreleaser@latest
Original file line number Diff line number Diff line change @@ -265,10 +265,10 @@ The following programs are required.
265
265
266
266
** You should look at the [ Makefile] ( ./Makefile ) before running any of the following commands.**
267
267
268
- Install dependencies .
268
+ Install tooling .
269
269
270
270
```
271
- make dep
271
+ make tooling
272
272
```
273
273
274
274
Start the Go server.
You can’t perform that action at this time.
0 commit comments