Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var InitProjEntrypoint = pclient.NewTool(pclient.ToolOption{ ToolName: "initProj", Use: "initProj", Aliases: []string{"init-proj"}, Short: "从当前仓库抽取新项目初始化骨架", CacheKeyPrefix: cacheKeyPrefix, ParamList: initProjParamSettingList, Run: RunInitProj, })
Functions ¶
func InitProjCli ¶
func InitProjCli()
func RunInitProj ¶
Types ¶
type DeployConfig ¶
type DeployConfig struct {
Files map[string]string `json:"files"`
Exclude []string `json:"exclude"`
}
func (*DeployConfig) ShouldExclude ¶
func (d *DeployConfig) ShouldExclude(srcPath string) bool
type DeployConflict ¶
type InitProjConfig ¶
type InitProjConfig struct {
Files map[string]string `json:"files"`
Exclude []string `json:"exclude"`
}
func (*InitProjConfig) ShouldExclude ¶
func (cfg *InitProjConfig) ShouldExclude(srcPath string) bool
type MakeTarget ¶
Click to show internal directories.
Click to hide internal directories.