index
:
ponzu.git
master
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmd
/
ponzu
/
add.go
Age
Commit message (
Expand
)
Author
2018-05-09
merge contributions (#246)
Steve Manuel
2017-05-22
updating usage notes and multi-word formatted flags
Steve Manuel
2017-05-22
add help flags for sub commands to root cmd
Martin Treusch von Buttlar
2017-05-17
refactor code which starts external commands
Martin Treusch von Buttlar
2017-05-17
add shorthand commands for add, generate, serve and version
Martin Treusch von Buttlar
2017-05-16
move usage examples to cobra field of same name
Martin Treusch von Buttlar
2017-05-15
add cobra commands
Martin Treusch von Buttlar
2017-03-01
Move getGOPATH method to paths.go
Carlos Fernández
2017-03-01
revised GOPATH detection for bug and Go 1.8 default
Ollie Phillips
2017-02-24
Implemented a replicateAll func, since we need files to remain in GOPATH/src
Ollie Phillips
2017-02-24
missing src in the src path, nothing wrong with the destination and prob don'...
Ollie Phillips
2017-02-24
was thinking copyAll handled mkdir
Ollie Phillips
2017-02-24
missed present directory from dest path, removed logging
Ollie Phillips
2017-02-24
Some logging, files not copied
Ollie Phillips
2017-02-24
break GOPATH determination out into separate function
Ollie Phillips
2017-02-24
missed get in exec.command
Ollie Phillips
2017-02-24
Comment improvement
Ollie Phillips
2017-02-24
getAddon(), comprising go get and copy routines
Ollie Phillips
2017-02-24
add.go added
Ollie Phillips