https://github.com/tomfreudenberg/golang-cli-cmd-dev-starter
An opiniated starter to create cli commands with golang using docker images for development processes.
https://github.com/tomfreudenberg/golang-cli-cmd-dev-starter
Last synced: 5 months ago
JSON representation
An opiniated starter to create cli commands with golang using docker images for development processes.
- Host: GitHub
- URL: https://github.com/tomfreudenberg/golang-cli-cmd-dev-starter
- Owner: TomFreudenberg
- License: mit
- Created: 2021-04-26T16:56:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-11-08T19:57:29.000Z (over 4 years ago)
- Last Synced: 2025-04-02T13:23:13.680Z (over 1 year ago)
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Golang cli command development starter

An opiniated starter to create cli commands with [golang](https://golang.org/) and
[mow.cli](https://github.com/jawher/mow.cli) and optionally using [docker](https://www.docker.com/)
images for development processes.
## Select a branch to continue
### Use your local go command
Please follow the branch [master-local](https://github.com/TomFreudenberg/golang-cli-cmd-dev-starter/tree/master-local)
### Use Docker for go command
Please follow the branch [master-docker](https://github.com/TomFreudenberg/golang-cli-cmd-dev-starter/tree/master-docker)
# Author & Credits
Author: [Tom Freudenberg](https://about.me/tom.freudenberg)
Copyright (c) 2021 [Tom Freudenberg](https://twitter.com/TomFreudenberg/), released under the MIT license