Documentation ¶ Index ¶ Variables func NewProject(_ *cobra.Command, _ []string) error func NewTemplateData(features []string) (map[string]interface{}, error) type JzeroNew func (jn *JzeroNew) New(dirname string) error type TemplateData Constants ¶ This section is empty. Variables ¶ View Source var ( Module string Output string AppName string Remote string Cache bool Branch string WithTemplate bool Style string Features []string ) Functions ¶ func NewProject ¶ func NewProject(_ *cobra.Command, _ []string) error func NewTemplateData ¶ added in v0.22.0 func NewTemplateData(features []string) (map[string]interface{}, error) Types ¶ type JzeroNew ¶ type JzeroNew struct { TemplateData map[string]interface{} Style string } func (*JzeroNew) New ¶ func (jn *JzeroNew) New(dirname string) error type TemplateData ¶ type TemplateData struct { Module string APP string } Source Files ¶ View all Source files new.go template_data.go Click to show internal directories. Click to hide internal directories.