qaskx.template/generator/default/build
Tom Peltonen 98391cf308 Created ReadMe file for Build Templates 2024-04-29 19:05:56 +10:00
..
definitions Updating and refactoring templates 2024-04-29 18:57:01 +10:00
client.json Updating and refactoring templates 2024-04-29 18:57:01 +10:00
client.md Updating and refactoring templates 2024-04-29 18:57:01 +10:00
golang.json Updating and refactoring templates 2024-04-29 18:57:01 +10:00
golang.md Updating and refactoring templates 2024-04-29 18:57:01 +10:00
readme.md Created ReadMe file for Build Templates 2024-04-29 19:05:56 +10:00
server.json Updating and refactoring templates 2024-04-29 18:57:01 +10:00
server.md Updating and refactoring templates 2024-04-29 18:57:01 +10:00
woodpecker.json Updating and refactoring templates 2024-04-29 18:57:01 +10:00
woodpecker.md Updating and refactoring templates 2024-04-29 18:57:01 +10:00

readme.md

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 - generate the build script for a generic Golang program
  • client - generate the build script for a client Golang program
  • server - generate the build script for a server Golang program, such as a HTTP server or REST API
  • woodpecker - generate a Woodpecker CI YAM file