Versions in this module Expand all Collapse all v1 v1.0.1 Jan 7, 2023 Changes in this version + var DefaultTypicalBuild = "tools/typical-build" + var DefaultTypicalTmp = ".typical-tmp" + var ProjectPkgParam = "project-pkg" + var Stdout io.Writer = os.Stdout + var TypicalBuildParam = "typical-build" + var TypicalTmpParam = "typical-tmp" + func App() *cli.App + func Main() (err error) + func Run(c *typgo.Context) error + func Setup(c *typgo.Context) error + type Param struct + ProjectName string + ProjectPkg string + SetupTarget string + TypicalBuild string + TypicalTmp string + func GetParam(c *typgo.Context) (*Param, error)