Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zcong1993/template-go-cli
golang cli template.
https://github.com/zcong1993/template-go-cli
boilerplate cli golang
Last synced: about 22 hours ago
JSON representation
golang cli template.
- Host: GitHub
- URL: https://github.com/zcong1993/template-go-cli
- Owner: zcong1993
- License: mit
- Created: 2017-05-27T05:22:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-29T07:16:44.000Z (almost 2 years ago)
- Last Synced: 2024-11-06T12:50:21.465Z (1 day ago)
- Topics: boilerplate, cli, golang
- Language: Go
- Homepage:
- Size: 58.6 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# template-go-cli
> golang cli template
## Setup dev tools
```bash
# install task tool
brew install go-task/tap/go-task
# install dev tools local
task setup
```## License
MIT © zcong1993