feat(init): Prepare Project skeleton structure
This commit is contained in:
0
templates/gin-gonic/.empty
Normal file
0
templates/gin-gonic/.empty
Normal file
0
templates/go-swagger/.empty
Normal file
0
templates/go-swagger/.empty
Normal file
11
templates/go-swagger/Makefile.go.tmpl
Normal file
11
templates/go-swagger/Makefile.go.tmpl
Normal file
@ -0,0 +1,11 @@
|
||||
# Code generated by gouick; DO NOT EDIT.
|
||||
|
||||
APICMD= go run cmd/{{ .AppNameKebabCase }}-server/*
|
||||
CMD= env PORT=${PORT:-3000} HOST=${HOST:-0.0.0.0} $(APICMD)
|
||||
|
||||
|
||||
generate:
|
||||
gouick generate
|
||||
|
||||
launch:
|
||||
@$(CMD)
|
0
templates/mojolicious/.empty
Normal file
0
templates/mojolicious/.empty
Normal file
Reference in New Issue
Block a user