feat: add Makefile for generating go code from openapi schema
This commit is contained in:
parent
f62cf72f67
commit
d1c6eb0069
1 changed files with 3 additions and 0 deletions
3
Makefile
Normal file
3
Makefile
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
.PHONY: generate
|
||||||
|
generate:
|
||||||
|
oapi-codegen -config ./oapi-codegen.yaml ./api/v1/openapi.yaml
|
||||||
Reference in a new issue