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
Click to show internal directories.
Click to hide internal directories.