Documentation ¶ Index ¶ func Build(cCtx *cli.Context) error func Create(cCtx *cli.Context) error func InitProject(cCtx *cli.Context) error func Serve(cCtx *cli.Context) error type DevServer func (s *DevServer) Serve() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Build ¶ func Build(cCtx *cli.Context) error func Create ¶ func Create(cCtx *cli.Context) error func InitProject ¶ func InitProject(cCtx *cli.Context) error func Serve ¶ func Serve(cCtx *cli.Context) error Types ¶ type DevServer ¶ type DevServer struct { Source string Dist string Theme string Author string Port int // contains filtered or unexported fields } func (*DevServer) Serve ¶ func (s *DevServer) Serve() error Source Files ¶ View all Source files build.gocreate.goinit.goserve.go Click to show internal directories. Click to hide internal directories.