Documentation ¶ Index ¶ func GetCommand() *cobra.Command func IsBase64(base64 string) bool func Run(appName, base string) error type GeneratedFile type PzeroNew func (jn *PzeroNew) New(dirname string) ([]*GeneratedFile, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func GetCommand ¶ func GetCommand() *cobra.Command func IsBase64 ¶ 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 PzeroNew ¶ type PzeroNew struct { TemplateData map[string]any // contains filtered or unexported fields } func (*PzeroNew) New ¶ func (jn *PzeroNew) New(dirname string) ([]*GeneratedFile, error) Source Files ¶ View all Source files new.go Click to show internal directories. Click to hide internal directories.