mirror of
https://git.rwth-aachen.de/acs/public/villas/web-backend-go/
synced 2025-03-30 00:00:12 +01:00
9 lines
No EOL
191 B
Bash
Executable file
9 lines
No EOL
191 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
|
|
cd ../../
|
|
go mod tidy
|
|
swag init -p pascalcase -g "start.go" -o "./doc/api/"
|
|
cd -
|
|
|
|
redoc-cli bundle --cdn --title "VILLASweb Backend API" --output index.html swagger.json |