Documentation
¶
Index ¶
Constants ¶
View Source
const ( BuildFlagName = "build" NoBuildFlagName = "no-build" RunFlagName = "run" )
Variables ¶
View Source
var DefaultExclusions = []string{"*.log", ".git/"}
Functions ¶
func NewCmd ¶
NewCmd creates execute command which triggers defined build and/or run script When --watch is defined it will continuously observe file system changes in the defined set of directories and re-runs build and run command when they occur. It is hidden (not user facing) as it's integral part of develop command.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.