Tygo for go->typescript type generation
This commit is contained in:
parent
3c87fd4d8c
commit
151d6de39b
3 changed files with 14 additions and 1 deletions
|
@ -118,3 +118,7 @@ uml: plantuml.jar
|
|||
install-just:
|
||||
@echo "Installing just"
|
||||
@curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | bash -s -- --to /usr/local/bin
|
||||
|
||||
.PHONY: types
|
||||
types:
|
||||
tygo generate
|
Loading…
Add table
Add a link
Reference in a new issue