Golds automatic documentation generator

This commit is contained in:
Imbus 2024-03-19 20:21:38 +01:00
parent 9c4ce0e733
commit 88c53ae4b6

View file

@ -131,3 +131,11 @@ install-just:
.PHONY: types
types:
tygo generate
.PHONY: install-golds
install-golds:
go install go101.org/golds@latest
.PHONY: golds
golds:
golds -port 6060 -nouses -plainsrc -wdpkgs-listing=promoted ./...