app

package
v1.1.1 Latest Latest
Warning

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

Go to latest
Published: Oct 16, 2016 License: GPL-3.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Name        = "Realize"
	Version     = "1.1"
	Description = "A Go build system with file watchers, output streams and live reload. Run, build and watch file changes with custom paths"
	Limit       = 10000
	Config      = "r.config.yaml"
	Output      = "r.output.log"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Realizer

type Realizer interface {
	Wdir() string
	Before() error
	Red(string) string
	Blue(string) string
	BlueS(string) string
	Handle(error) error
	Serve(*cli.Context)
	Fast(*cli.Context) error
	Run(p *cli.Context) error
	Add(p *cli.Context) error
	Remove(p *cli.Context) error
	List(p *cli.Context) error
}

Realizer interface for wrap the cli, app and server functions

var R Realizer

Jump to

Keyboard shortcuts

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