demo

package
v1.0.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 21, 2026 License: MIT Imports: 13 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL