template

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Aug 17, 2026 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Functions

func Render

func Render(platform, language string, opts Options) (string, error)

Render loads and renders a CI/CD pipeline template.

Types

type DetectionResult

type DetectionResult struct {
	Language  string
	Framework string
	HasDocker bool
	Platform  string
}

func Detect

func Detect(dir string) (DetectionResult, error)

Detect inspects a directory to guess the language, platform, and docker usage.

type Options

type Options struct {
	WithDocker bool
}

Jump to

Keyboard shortcuts

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