Versions in this module Expand all Collapse all v1 v1.1.2 Oct 18, 2016 v1.1.1 Oct 16, 2016 Changes in this version + var Blue = color.New(color.FgGreen, color.Bold).SprintFunc() ... + var BlueS = color.New(color.FgGreen, color.Bold).SprintFunc() ... + var Green = color.New(color.FgGreen, color.Bold).SprintFunc() ... + var Magenta = color.New(color.FgGreen, color.Bold).SprintFunc() ... + var MagentaS = color.New(color.FgGreen, color.Bold).SprintFunc() ... + var Red = color.New(color.FgGreen, color.Bold).SprintFunc() ... + var RedS = color.New(color.FgGreen, color.Bold).SprintFunc() ... + var Yellow = color.New(color.FgGreen, color.Bold).SprintFunc() ... + var YellowS = color.New(color.FgGreen, color.Bold).SprintFunc() ... + func WorkingDir() string + type Blueprint struct + Files map[string]string + Projects []Project + Sync chan string + func (h *Blueprint) Add(params *cli.Context) error + func (h *Blueprint) Clean() + func (h *Blueprint) Create() error + func (h *Blueprint) Fast(params *cli.Context) error + func (h *Blueprint) Insert(params *cli.Context) error + func (h *Blueprint) List() error + func (h *Blueprint) Read() error + func (h *Blueprint) Remove(params *cli.Context) error + func (h *Blueprint) Run() error + type Buffer struct + StdErr []BufferOut + StdLog []BufferOut + StdOut []BufferOut + type BufferOut struct + Text string + Time time.Time + type Project struct + Bin bool + Buffer Buffer + Build bool + Fmt bool + LastChangedOn time.Time + Name string + Params []string + Path string + Run bool + Test bool + Watcher Watcher + func (p *Project) Cmd(cmds []string) (errors []error) + func (p *Project) GoBuild() (string, error) + func (p *Project) GoFmt(path string) (io.Writer, error) + func (p *Project) GoInstall() (string, error) + func (p *Project) GoRun(channel chan bool, runner chan bool, wr *sync.WaitGroup) error + func (p *Project) GoTest(path string) (io.Writer, error) + type Watcher struct + After []string + Before []string + Exts []string + Ignore []string + Output map[string]bool + Paths []string + Preview bool