cookiecutter-go-web-app/cookiecutter.json
AKP 5f7c2f42ec
Refactor for use with Cookiecutter
Signed-off-by: AKP <tom@tdpain.net>
2022-10-02 21:26:54 +01:00

12 lines
No EOL
391 B
JSON

{
"projectName": "Hello World",
"projectDescription": "This is a web application that says hello world.",
"projectSlug": "helloWorld",
"mainPackageName": "{{ cookiecutter.projectSlug }}",
"modulePath": "github.com/codemicro/{{ cookiecutter.projectSlug }}",
"minimumGoVersion": "1.19",
"__mainPackagePath": "{{ cookiecutter.modulePath }}/{{ cookiecutter.mainPackageName }}"
}