Documentation ¶
Index ¶
Constants ¶
View Source
const TEMPLATE_URL = "https://github.com/mylukin/EchoPilot-Template/archive/refs/heads/main.zip"
TEMPLATE_URL 模板地址
Variables ¶
View Source
var CreateProjectCommand = cli.Command{ Name: "create", Aliases: []string{"c"}, Usage: ei18n.Sprintf("create a project"), ArgsUsage: `[project name]`, Action: func(c *cli.Context) error { projectName := c.Args().Get(0) if projectName == "" { return errors.New(ei18n.Sprintf(`[project name] can't be empty.`)) } return createProject(projectName) }, }
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.