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" Host = "Web server listening on localhost:5000" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Realizer ¶
type Realizer interface { Wdir() string Red(string) string Blue(string) string BlueS(string) string Handle(error) error Serve(*cli.Context) Before(*cli.Context) error Fast(*cli.Context) error Run(*cli.Context) error Add(*cli.Context) error Remove(*cli.Context) error List(*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.