action

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Aug 31, 2025 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Build

func Build(options BuildOptions) (err error)

func Check

func Check(options CheckOptions) (err error)

func CleanProject

func CleanProject(options CleanProjectOptions) (err error)

func Clear

func Clear(_ ClearOptions) error

func Configure

func Configure(options ConfigureOptions) (err error)

func CreateProject

func CreateProject(options CreateProjectOptions) (err error)

func Dev

func Dev(options DevOptions) (err error)

func Format

func Format(options FormatOptions) (err error)

func Generate

func Generate(options GenerateOptions) (err error)

func Help

func Help(_ HelpOptions) error

func Install

func Install(options InstallOptions) (err error)

func Npm

func Npm(options NpmOptions) (err error)

func Package

func Package(options PackageOptions) (err error)

func PackageWatch

func PackageWatch(options PackageWatchOptions) (err error)

func Reset

func Reset(_ ResetOptions) (err error)

func Test

func Test(options TestOptions) (err error)

func Touch

func Touch(options TouchOptions) (err error)

func Update

func Update(options UpdateOptions) (err error)

func Version

func Version(options VersionOptions) (err error)

func Welcome

func Welcome(_ WelcomeOptions) error

Types

type BuildOptions

type BuildOptions struct {
	App      string
	Go       string
	Bun      string
	Platform platform.Platform
}

type CheckOptions

type CheckOptions struct {
	App string
	Bun string
}

type CleanProjectOptions

type CleanProjectOptions struct {
	App string
	Go  string
}

type ClearOptions

type ClearOptions struct{}

type ConfigureOptions

type ConfigureOptions struct {
	App      string
	Go       string
	Air      string
	Bun      string
	Auto     bool
	Platform platform.Platform
}

type CreateProjectOptions

type CreateProjectOptions struct {
	Name string
	Efs  embed.FS
}

type DevOptions

type DevOptions struct {
	App string
	Go  string
	Air string
	Bun string
}

type FormatOptions

type FormatOptions struct {
	App string
	Go  string
	Bun string
}

type GenerateOptions

type GenerateOptions struct {
	App      string
	Selected string
	Auto     bool
	Go       string
	Air      string
	Bun      string
	Sqlc     string
	Efs      embed.FS
	Platform platform.Platform
}

type HelpOptions

type HelpOptions struct{}

type InstallOptions

type InstallOptions struct {
	App string
	Go  string
	Bun string
}

type NpmOptions

type NpmOptions struct {
	App   string
	Query string
	Bun   string
}

type PackageOptions

type PackageOptions struct {
	App string
	Bun string
}

type PackageWatchOptions

type PackageWatchOptions struct {
	App string
	Bun string
}

type ResetOptions

type ResetOptions struct{}

type TestOptions

type TestOptions struct {
	App string
	Go  string
	Bun string
}

type TouchOptions

type TouchOptions struct {
	App string
}

type UpdateOptions

type UpdateOptions struct {
	App string
	Go  string
	Bun string
}

type VersionOptions

type VersionOptions struct {
	Efs embed.FS
}

type WelcomeOptions

type WelcomeOptions struct{}

Jump to

Keyboard shortcuts

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