template

package
v0.2.10 Latest Latest
Warning

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

Go to latest
Published: Oct 27, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Category = "TEMPLATES"
)

Variables

View Source
var (
	TemplateAngular template = "angular"
	TemplateASPNET  template = "aspnet"
	TemplateGolang  template = "golang"
	TemplateNginx   template = "nginx"
	TemplatePython  template = "python"
	TemplateReact   template = "react"
	TemplateSpring  template = "spring"
)
View Source
var Command = &cli.Command{
	Name:  "template",
	Usage: "create new applications from template",

	HideHelpCommand: true,

	Category: Category,

	Commands: []*cli.Command{
		reactCommand,
		angularCommand,
		golangCommand,
		pythonCommand,
		springCommand,
		aspnetCommand,
		nginxCommand,
	},
}

Functions

func Group

func Group(ctx context.Context, cmd *cli.Command, placeholder string) string

func MustGroup

func MustGroup(ctx context.Context, cmd *cli.Command, placeholder string) string

func MustName

func MustName(ctx context.Context, cmd *cli.Command, placeholder string) string

func Name

func Name(ctx context.Context, cmd *cli.Command, placeholder string) string

Types

This section is empty.

Jump to

Keyboard shortcuts

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