Created ReadMe file for Build Templates

main
Tom Peltonen 2024-04-29 19:05:56 +10:00
parent 971cf91555
commit 98391cf308
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
## Build Golang Templates
The template files (*.json) listed here are for various
templease created for Golang projects.
The templates are basic in construct and capability.
Templates are:
* [golang](golang.md) - generate the build script for a generic Golang program
* [client](client.md) - generate the build script for a client Golang program
* [server](server.md) - generate the build script for a server Golang program, such as a HTTP server or REST API
* [woodpecker](woodpecker.md) - generate a Woodpecker CI YAM file