Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // KumaFilesPath defines the path to the directory containing Kuma templates. KumaFilesPath string = ".kuma" // KumaRunsPath defines the path to the directory containing Kuma runs. KumaRunsPath string = KumaFilesPath + "/runs" // Kuma Official Templates OfficialTemplatesPath string = "official-templates.yaml" )
View Source
var Templates = map[string]domain.Template{ "arthurbcp/typescript-rest-openapi-services": domain.NewTemplate( "TypeScript Rest Services (OpenAPI 2.0)", "Create a library TypeScript with services typed for all endpoints described in a file Open API 2.0", []string{"typescript", "openapi", "rest", "library"}, ), "arthurbcp/kuma-hello-world": domain.NewTemplate( "Hello World", "A simple Hello World in Go!", []string{"golang", "example"}, ), "arthurbcp/kuma-changelog-generator": domain.NewTemplate( "Changelog Generator", "Helper to write a good changelog to your project", []string{"changelog", "helper", "markdown"}, ), }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.