Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( FilesPath string = ".mr-smith" PipelinesPath string = FilesPath + "/pipelines" ModulesFileName = "mr-modules.yaml" ConfigFileName = "mr-config.yaml" GitHubURL = "https://github.com" Pipeline string Module string Vars = make(map[string]string) )
View Source
var Modules = map[string]domain.Template{ "mr-smith-org/typescript-rest-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"}, ), "mr-smith-org/hello-world": domain.NewTemplate( "Hello World", "A simple Hello World in Go!", []string{"golang", "example"}, ), "mr-smith-org/changelog-generator": domain.NewTemplate( "Changelog Generator", "Helper to write a good changelog to your project", []string{"changelog", "helper", "markdown"}, ), "mr-smith-org/commit-standardizer": domain.NewTemplate( "Commit Standardizer", "Write conventional commits for your projects", []string{"git", "standardizer"}, ), }
Functions ¶
func ReadFileFromURL ¶
func RunCommand ¶
Types ¶
type FormFieldHandler ¶
Click to show internal directories.
Click to hide internal directories.