Documentation ¶ Index ¶ func Build(relativePath string) error func Help() func HelpBuild() func HelpInit() func HelpVersion() func HelpWatch() func Init(relativePath string, preset string) error func Version() func Watch(relativePath string, port int) error type WatcherCallbacks Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Build ¶ added in v0.1.7 func Build(relativePath string) error func Help ¶ func Help() func HelpBuild ¶ added in v0.1.4 func HelpBuild() func HelpInit ¶ func HelpInit() func HelpVersion ¶ added in v0.1.4 func HelpVersion() func HelpWatch ¶ func HelpWatch() func Init ¶ func Init(relativePath string, preset string) error func Version ¶ added in v0.1.4 func Version() func Watch ¶ func Watch(relativePath string, port int) error Types ¶ type WatcherCallbacks ¶ type WatcherCallbacks struct { Write func(string, *internal.Project) error Create func(string, *internal.Project) error Remove func(string, *internal.Project) error Rename func(string, *internal.Project) error } Source Files ¶ View all Source files build.go help.go init.go version.go watch.go Click to show internal directories. Click to hide internal directories.