gouick/templates/go-swagger
Matthieu 'JP' DERASSE 5f4e7e5be6
All checks were successful
continuous-integration/drone/push Build is passing
fix(global): Multiple small fixes and upgrade of go + goswagger
2022-11-21 18:40:39 +00:00
..
api fix(global): Multiple small fixes and upgrade of go + goswagger 2022-11-21 18:40:39 +00:00
api.yaml.tmpl feat(template): Refactor template standard variable and implement dockerfile 2022-09-29 20:05:53 +00:00
Dockerfile.tmpl feat(template): Refactor template standard variable and implement dockerfile 2022-09-29 20:05:53 +00:00
launcher.sh.tmpl feat(go-swagger): Improve Makefile 2022-09-26 19:36:54 +00:00
Makefile.tmpl feat(go-swagger): Improve Makefile 2022-09-26 19:36:54 +00:00
Readme.md.tmpl fix(readme): add a short comment 2022-10-03 20:03:58 +00:00

# {{ .Config.ProjectName }}

{{ .Config.ProjectDescription }}

## Table of Contents
* [Technologies Used](#technologies-used)
* [Contact](#contact)

## Technologies Used
- [Gouick](https://git.dev.m-and-m.ovh/mderasse/gouick): Toolbox to quickly generate a API using Go-Swagger.

## Contact
Created by [{{ .Config.ProjectContact.Name }}](mailto:{{ .Config.ProjectContact.Email }})

{{- if .Config.ProjectContact.URL }}
**Website:** "{{ .Config.ProjectContact.URL }}"
{{- end }}