template

package
v0.0.9 Latest Latest
Warning

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

Go to latest
Published: Aug 14, 2022 License: Apache-2.0 Imports: 9 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"
	TemplatePack    template = "pack"
	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,

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

Functions

func Group

func Group(c *cli.Context, placeholder string) string

func MustGroup

func MustGroup(c *cli.Context, placeholder string) string

func MustName

func MustName(c *cli.Context, placeholder string) string

func Name

func Name(c *cli.Context, 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