Versions in this module Expand all Collapse all v1 v1.4.1 Aug 8, 2017 Changes in this version + type Cmd struct + Args []string + Status bool + type Cmds struct + Bin Cmd + Build Cmd + Fmt bool + Generate bool + Run bool + Test bool + Vet bool + type Command struct + Changed bool + Command string + Path string + Startup bool + Type string type Project + Args []string + Cmds Cmds + Environment map[string]string + ErrorOutputPattern string + Streams Streams + type Streams struct + FileErr bool + FileLog bool + FileOut bool type Watcher + Scripts []Command v1.2.2 Dec 18, 2016 v1.2.1 Dec 17, 2016 Changes in this version + type Blueprint struct + Projects []Project + Sync chan string + func (h *Blueprint) Add(p *cli.Context) error + func (h *Blueprint) Clean() + func (h *Blueprint) Insert(p *cli.Context) error + func (h *Blueprint) List() error + func (h *Blueprint) Remove(p *cli.Context) error + func (h *Blueprint) Run() error + type Buffer struct + StdErr []BufferOut + StdLog []BufferOut + StdOut []BufferOut + type BufferOut struct + Errors []string + Path string + Stream string + Text string + Time time.Time + Type string + type Cli struct + Streams bool + type File struct + Errors bool + Logs bool + Streams bool + type Project struct + Bin bool + Buffer Buffer + Build bool + Cli Cli + File File + Fmt bool + Generate bool + LastChangedOn time.Time + Name string + Params []string + Path string + Run bool + Test bool + Watcher Watcher + type Watcher struct + After []string + Before []string + Exts []string + Ignore []string + Paths []string + Preview bool