program

package
v0.2.4 Latest Latest
Warning

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

Go to latest
Published: Nov 5, 2023 License: MIT Imports: 8 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Framework

type Framework struct {
	// contains filtered or unexported fields
}

type Project

type Project struct {
	ProjectName  string
	Exit         bool
	AbsolutePath string
	ProjectType  string
	FrameworkMap map[string]Framework
}

func (*Project) CreateFileWithInjection

func (p *Project) CreateFileWithInjection(pathToCreate string, projectPath string, fileName string, methodName string) error

func (*Project) CreateMainFile

func (p *Project) CreateMainFile() error

func (*Project) CreatePath

func (p *Project) CreatePath(pathToCreate string, projectPath string) error

func (*Project) ExitCLI

func (p *Project) ExitCLI(tprogram *tea.Program)

type Templater

type Templater interface {
	Main() []byte
	Server() []byte
	Routes() []byte
}

Jump to

Keyboard shortcuts

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