shared

package
v1.6.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 10, 2024 License: MIT Imports: 1 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL