create

package
v2.3.0 Latest Latest
Warning

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

Go to latest
Published: Oct 31, 2024 License: MIT Imports: 11 Imported by: 0

Documentation

Overview

create.go

Package create defines the 'create' subcommand for the Kuma CLI. It handles generating project scaffolds based on Go templates.

Index

Constants

This section is empty.

Variables

View Source
var (
	ProjectPath       string
	VariablesFile     string
	FromFile          string
	TemplateVariables map[string]interface{}
)
View Source
var CreateCmd = &cobra.Command{
	Use:   "create",
	Short: "Create a scaffold for a project based on Go Templates",
	Run: func(cmd *cobra.Command, args []string) {
		Create()
	},
}

Functions

func Create

func Create()

Types

This section is empty.

Jump to

Keyboard shortcuts

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