project

package
v0.0.0-...-5916093 Latest Latest
Warning

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

Go to latest
Published: Dec 15, 2021 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var CmdNew = &cobra.Command{
	Use:   "new",
	Short: "Create a project layout",
	Long:  "Create a project layout using the repository template. Example: pag new helloworld",
	Run:   run,
}

CmdNew represents the new command.

Functions

This section is empty.

Types

type Project

type Project struct {
	Name    string
	Path    string
	ModPath string
}

Project is a project template.

func (*Project) New

func (p *Project) New(ctx context.Context, dir string, layout string, branch string) error

New new a project from remote repo.

Jump to

Keyboard shortcuts

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