diff --git a/generator/default/build/gloang.json b/generator/default/build/gloang.json new file mode 100644 index 0000000..ce7b5c5 --- /dev/null +++ b/generator/default/build/gloang.json @@ -0,0 +1,19 @@ +{ + "name": "golang", + "description": "golang build templates", + "templates": [ + { + "engine": "", + "folder": "", + "file_name": "golang.tmpl", + "output_folder": "infra", + "output_name": "golang.ps1", + "section": "", + "model": { + "activity": { + "category": "BUILD" + } + } + } + ] +} \ No newline at end of file