See https://blog.carlmjohnson.net/post/2020/go-cli-how-to-and-advice/ for background on this project.
To use this template to create a Go CLI:
- Install Go and springerle
- Run
springerle https://github.com/carlmjohnson/go-cli/raw/master/go-cli.txtar
and answer prompts for information. - Verify the contents of the files written to disk, then run
./finalize.sh
to download Go dependencies and initialize the git repo.