scaffold

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Apr 27, 2026 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GenerateContext

func GenerateContext(opts ContextOptions) error

GenerateContext creates a DDD-light Helix context scaffold under RootDir.

func GenerateModule

func GenerateModule(opts ModuleOptions) error

GenerateModule creates a conventional Helix module under RootDir.

func NewApp

func NewApp(opts Options) error

NewApp creates a minimal Helix application under RootDir/Name.

Types

type ContextOptions

type ContextOptions struct {
	RootDir string
	Name    string
}

ContextOptions configures DDD-light context scaffolding.

type ModuleOptions

type ModuleOptions struct {
	RootDir string
	Name    string
}

ModuleOptions configures module scaffolding.

type Options

type Options struct {
	RootDir          string
	Name             string
	HelixReplacePath string
}

Options configures application scaffolding.

Jump to

Keyboard shortcuts

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