Documentation
¶
Overview ¶
This package is not meant to be called directly by users. If you are looking to bootstrap a new Vorma app, please run `npm create vorma@latest` in your terminal instead.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct {
// e.g., "appname" or "modroot/apps/appname"
GoImportBase string
// "react", "preact", or "solid"
UIVariant string
// "npm", "pnpm", "yarn", or "bun"
JSPackageManager string
// "docker", "vercel", or "none"
DeploymentTarget string
IncludeTailwind bool
CreatedInDir string // Empty if not created in a new directory
NodeMajorVersion string // Example: "22"
GoVersion string // Example: "go1.24.0"
// Monorepo support fields
ModuleRoot string // Absolute path to go.mod location
CurrentDir string // Absolute path where Vorma app is being created
HasParentModule bool // True if using a parent go.mod
}
Click to show internal directories.
Click to hide internal directories.