Documentation ¶
Overview ¶
You can use the "packr clean" command to clean up this, and any other packr generated files.
Index ¶
Constants ¶
View Source
const NewProjectHelpTemplate = `` /* 282-byte string literal not displayed */
Variables ¶
View Source
var Cmd = cli.Command{ Name: "new", Aliases: []string{"n"}, Usage: "Create Jupiter template project", Action: CreateProject, SkipFlagParsing: false, UsageText: NewProjectHelpTemplate, Flags: []cli.Flag{ &cli.StringFlag{ Name: "d", Value: "", Usage: "Specify the directory of the project", Destination: &project.Path, }, }, }
View Source
var (
DefaultProjectName = "jupiter-demo"
)
Functions ¶
func CreateProject ¶
CreateProject create a template project for Jupiter
Types ¶
type ProjectInfo ¶
ProjectInfo ...
Click to show internal directories.
Click to hide internal directories.