gouick/templates/go-swagger/Makefile.tmpl
Matthieu 'JP' DERASSE cf7901890c
All checks were successful
continuous-integration/drone/push Build is passing
feat(init): Continue on template
2022-08-09 21:42:44 +00:00

12 lines
215 B
Cheetah

# 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)