Versions in this module Expand all Collapse all v0 v0.1.12 Jun 29, 2026 Changes in this version + var CmdNew = &cobra.Command + type Project struct + Name string + Path string + func (p *Project) Add(ctx context.Context, dir string, layout string, branch string, mod string, ...) error + func (p *Project) New(ctx context.Context, dir string, layout string, branch string, ...) error + type ScaffoldOptions struct + AuthnProvider string + AuthzProvider string + CacheDriver string + DBDriver string + Features []string + ObjectStoreDriver string + func (o ScaffoldOptions) HasFeature(feature string) bool Other modules containing this package github.com/aisphereio/kernel