Documentation ¶
Index ¶
Constants ¶
View Source
const ( // BuildFlagName is a name of the flag defining build process. BuildFlagName = "build" // NoBuildFlagName is a nme of the flag which disables build execution. NoBuildFlagName = "no-build" // RunFlagName is a name of the flag which defines process to be executed. RunFlagName = "run" )
Variables ¶
View Source
var DefaultExclusions = []string{"*.log", ".git/"}
DefaultExclusions is a slices with glob patterns excluded by default.
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.