v0.1.6
What Changed
- Adds basic support for spf13/cobra based CLI's by providing
CMD_PATH
to the build script - 6e6d3fb
curl -s http://goblin.run/gnorm.org/gnorm | CMD_PATH="/cli" PREFIX=./bin sh
- Fixes a regression which failed to resolve packages that didn't have releases on github.com - 094b42f
curl -s https://goblin.run/github.com/matthewmueller/pogo | CMD_PATH='/cmd/pogo' PREFIX=./bin sh
All Changes
c869dae chore: v0.1.6
61b4154 chore: add vscode debugger
094b42f fix: unreleased package version resolver
6e6d3fb feat: add rudimentary support for cobra based cli's