-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.cruft.json
26 lines (26 loc) · 850 Bytes
/
.cruft.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"template": "https://github.com/lacion/cookiecutter-golang.git",
"commit": "d8e034b722276dede208f092dcf9ebbfeb9ab7f1",
"checkout": null,
"context": {
"cookiecutter": {
"full_name": "Heracles",
"github_username": "mrlyc",
"app_name": "heracles",
"project_short_description": "Prometheus exporter integration testing tools",
"docker_hub_username": "mrlyc",
"docker_image": "mrlyc/heracles:latest",
"docker_build_image": "lacion/alpine-golang-buildimage",
"docker_build_image_version": "1.13",
"go_mod_or_dep": "mod",
"use_docker": "n",
"use_git": "y",
"use_logrus_logging": "y",
"use_viper_config": "y",
"use_cobra_cmd": "y",
"use_ci": "none",
"_template": "https://github.com/lacion/cookiecutter-golang.git"
}
},
"directory": null
}