https://github.com/michaelcurrin/go-project-template
Starter template for a Go project - including docs and CI ⏭ 📦
https://github.com/michaelcurrin/go-project-template
go quickstart scaffolding starter template
Last synced: about 1 year ago
JSON representation
Starter template for a Go project - including docs and CI ⏭ 📦
- Host: GitHub
- URL: https://github.com/michaelcurrin/go-project-template
- Owner: MichaelCurrin
- License: mit
- Created: 2020-12-30T20:37:53.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-03-12T12:24:53.000Z (over 4 years ago)
- Last Synced: 2025-02-17T07:01:38.347Z (over 1 year ago)
- Topics: go, quickstart, scaffolding, starter, template
- Language: Go
- Homepage: https://michaelcurrin.github.io/go-project-template/
- Size: 183 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go Project Template ⏭ 📦
> Starter template for a Go project - including docs and CI
[](https://github.com/MichaelCurrin/go-project-template/actions?query=workflow:"Go+CI")
[](https://github.com/MichaelCurrin/go-project-template/releases/)
[](#license)
[](https://golang.org)
[](https://github.com/urfave/cli)
## Sample usage
### Run with default behavior
_TODO: Replace with your own app name._
```console
$ go-project-template
Hello, World!
```
### Run with options
```console
$ go-project-template --name Gopher
Hello, Gopher!
```
## Start a new Go project
[](https://github.com/MichaelCurrin/go-project-template/generate)
For help using this project, see [Template notes](/docs/template-notes/) in the docs.
## Documentation
> How to install and run this project locally, and release it
[](/docs/)
## License
Released under [MIT](/LICENSE) by [@MichaelCurrin](https://github.com/MichaelCurrin).