Skip to content

Commit

Permalink
feat: add api gen cmd (#190)
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <[email protected]>
  • Loading branch information
Peefy authored Nov 28, 2023
1 parent beb94e4 commit f4c14b9
Show file tree
Hide file tree
Showing 3 changed files with 986 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ __pycache__
profile.cov

.idea/
/docs/
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ test:
fmt:
go fmt ./...

gen-doc:
go install github.com/princjef/gomarkdoc/cmd/gomarkdoc@latest
gomarkdoc --output api.md .
mv api.md docs

# ----------------
# Docker
# ----------------
Expand Down
Loading

0 comments on commit f4c14b9

Please sign in to comment.