run

package
v0.0.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 9, 2022 License: MIT Imports: 21 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var CmdRun = &commands.Command{
	UsageLine: "run [appname] [watchall] [-main=*.go] [-downdoc=true]  [-gendoc=true] [-vendor=true] [-e=folderToExclude] [-ex=extraPackageToWatch] [-tags=goBuildTags] [-runmode=BHOJPUR_WEB_RUNMODE]",
	Short:     "Run the Bhojpur Web application by starting a local development server",
	Long: `
Run command will supervise the filesystem of the application for any changes, and recompile/restart it.

`,
	PreRun: func(cmd *commands.Command, args []string) { version.ShowShortVersionBanner() },
	Run:    RunApp,
}

Functions

func AutoBuild

func AutoBuild(files []string, isgenerate bool)

AutoBuild builds the specified set of files

func Kill

func Kill()

Kill kills the running command process

func NewWatcher

func NewWatcher(paths []string, files []string, isgenerate bool)

NewWatcher starts an fsnotify Watcher on the specified paths

func Restart

func Restart(appname string)

Restart kills the running command process and starts it again

func RunApp

func RunApp(cmd *commands.Command, args []string) int

RunApp locates files to watch, and starts the Bhojpur Web application

func Start

func Start(appname string)

Start starts the command process

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL