Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "demo", Short: "Demo application commands", Long: `Commands for creating demo applications.`, Hidden: true, Args: utils.NoArgs, PersistentPreRunE: middleware.ChainParent( middleware.CheckNodeInstalled, middleware.CheckNodeVersion("22.12"), middleware.CheckPnpmInstalled, ), RunE: func(cmd *cobra.Command, args []string) error { cmd.Help() return nil }, }
Cmd represents the demo command
View Source
var DemoCloneURLHTTPS = "https://github.com/major-technology/vite-api-usage-demo.git"
View Source
var DemoCloneURLSSH = "git@github.com:major-technology/vite-api-usage-demo.git"
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.