$ bingo install package-url
you don't need to maintain any package information. $ bingo install hugo
... installing github.com/gohugoio/hugo
I don't really want the concept of any project _owning_ a name, so in the cases where multiple projects were mapped/discovered for a given name, we'd want to ask the user which one they wanted to install. go install package-url
What Bingo tries to do is make _managing_ that installed binary just as easy. $ bingo install github.com/gohugoio/hugo
# ... two versions later
$ bingo update hugo
I'm happy to try to answer any questions - else I'll be perusing the comments looking for places to chime in.
Happy to answer any Qs.
Also, I'm about to add a killer feature that lets each template tag provide a printf specifier to format values beyond the simple '%s' (current default).
Thanks again !
-TekWizely