Documentation
¶
Overview ¶
Package templates provides project scaffolding templates for vango create.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
ProjectName string
ModulePath string
Description string
HasTailwind bool
HasDatabase bool
DatabaseType string
HasAuth bool
HasNeon bool
HasStripe bool
HasBlob bool
BlobProvider string // "r2" or "s3"
}
Config holds configuration for generating a new project from a template.
type Template ¶
Template represents a project scaffold template.
func GetWithOptions ¶
GetWithOptions returns a template by name, with optional scaffold augmentations.
Click to show internal directories.
Click to hide internal directories.