Check out 

*wireframe*, which provides wire-framing for Go cli based projects for 
quick start
https://github.com/go-easygen/wireframe

It is a tiny Go cli code that demonstrates how to quickly get a Go based 
command line program started, and deployed. 

It illustrates

- what basic info to prepare and how to utilize this info for all the 
following tasks
- how to create the github repository with it from command line
- how to handle command line parameters using code gen 
- how to use Continuous-Integration travis-ci to build and release binary 
executables (of all platforms) every time you do a `git commit`
- how to package the final tool as debian package and upload to your PPA on 
bintray, so that people can easily install and get your updates

See for yourself:
https://travis-ci.org/go-easygen/wireframe/builds/265785563

The README still lacks some comprehensive explanations, but all necessary 
info is there. 

Please check it out. 

Tong

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to