Documentation
¶
Overview ¶
Copyright © 2025 NAME HERE <EMAIL ADDRESS>
Copyright © 2025 NAME HERE <EMAIL ADDRESS>
Copyright © 2025 NAME HERE <EMAIL ADDRESS>
Copyright © 2025 NAME HERE <EMAIL ADDRESS>
Copyright © 2025 NAME HERE <EMAIL ADDRESS>
Copyright © 2025 NAME HERE <EMAIL ADDRESS>
Copyright © 2025 NAME HERE <EMAIL ADDRESS>
Copyright © 2025 NAME HERE <EMAIL ADDRESS>
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CURRENT_VERSION string = "v2.12.1"
Functions ¶
Types ¶
type BuildCommand ¶
type BuildCommand struct {
// contains filtered or unexported fields
}
func (*BuildCommand) Build ¶
func (command *BuildCommand) Build() error
type CssCommand ¶
type CssCommand struct {
// contains filtered or unexported fields
}
type DeployCommand ¶
type DeployCommand struct {
// contains filtered or unexported fields
}
type HotReloadCommand ¶
type HotReloadCommand struct {
// contains filtered or unexported fields
}
func (*HotReloadCommand) HotReload ¶
func (command *HotReloadCommand) HotReload() error
type ImgOptimizationCommand ¶
type ImgOptimizationCommand struct {
// contains filtered or unexported fields
}
func NewImgOptimizationCommandCli ¶
func NewImgOptimizationCommandCli(cli *gothic_cli.GothicCli) ImgOptimizationCommand
func (*ImgOptimizationCommand) OptimizeImages ¶
func (command *ImgOptimizationCommand) OptimizeImages() error
type InitCommand ¶
type InitCommand struct {
// contains filtered or unexported fields
}
func NewInitCommandCli ¶
func NewInitCommandCli(cli *gothci_cli.GothicCli, gothicCliData cli_data.GothicCliData) InitCommand
func (*InitCommand) CreateNewGothicApp ¶
func (command *InitCommand) CreateNewGothicApp(data cli_data.GothicCliData) error
Click to show internal directories.
Click to hide internal directories.