run

package
v0.0.0-...-5a1941a Latest Latest
Warning

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

Go to latest
Published: Nov 16, 2016 License: BSD-2-Clause Imports: 13 Imported by: 0

Documentation

Overview

Package run has two main functions: - work as a task runner, watching files and rebuilding them if necessary; - works as a proxy server, that runs a user application, proxies all requests to it, and shows detailed error messages if needed (TODO).

Index

Constants

This section is empty.

Variables

View Source
var ConfigFile = "goal.yml"

ConfigFile is a name of the file that is located at the root of user project and describes what the test runner should do.

View Source
var Handler = tool.Handler{
	Run: main,

	Name:  "run",
	Usage: "{path}",
	Info:  "start a task runner",
	Desc: `Run is a watcher and task runner. It uses goal.yml
file at the root of your project to find out what it should watch
and how to build / start your application.
Tasks of "init" section are run first, but only once per starting "goal run"
command. "watch" section is to inform that when some files in the specified
directories are modified, some tasks are expected to be executed.
`,
}

Handler is an instance of "run" subcommand (tool).

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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