Documentation ¶ Index ¶ func GetCommand() *cobra.Command func IsBase64(base64 string) bool func Run(appName, base string) error type GeneratedFile type JzeroNew func (jn *JzeroNew) New(dirname string) ([]*GeneratedFile, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func GetCommand ¶ func GetCommand() *cobra.Command func IsBase64 ¶ added in v0.39.3 func IsBase64(base64 string) bool func Run ¶ func Run(appName, base string) error Types ¶ type GeneratedFile ¶ type GeneratedFile struct { Path string Content bytes.Buffer Skip bool } type JzeroNew ¶ type JzeroNew struct { TemplateData map[string]any // contains filtered or unexported fields } func (*JzeroNew) New ¶ func (jn *JzeroNew) New(dirname string) ([]*GeneratedFile, error) Source Files ¶ View all Source files new.go Click to show internal directories. Click to hide internal directories.