An open API service indexing awesome lists of open source software.

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 ⏭ 📦

Awesome Lists containing this project

README

          

# Go Project Template ⏭ 📦
> Starter template for a Go project - including docs and CI

[![Go CI](https://github.com/MichaelCurrin/go-project-template/workflows/Go%20CI/badge.svg)](https://github.com/MichaelCurrin/go-project-template/actions?query=workflow:"Go+CI")
[![GitHub tag](https://img.shields.io/github/tag/MichaelCurrin/go-project-template?include_prereleases=&sort=semver)](https://github.com/MichaelCurrin/go-project-template/releases/)
[![License](https://img.shields.io/badge/License-MIT-blue)](#license)

[![Made with Go](https://img.shields.io/github/go-mod/go-version/MichaelCurrin/go-project-template?logo=go&logoColor=white)](https://golang.org)
[![dependency - urfave/cli/v2](https://img.shields.io/badge/dependency-urfave%2Fcli%2Fv2-2ea44f)](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

[![Use this template](https://img.shields.io/badge/Generate-Use_this_template-2ea44f?style=for-the-badge)](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

[![View - Documentation](https://img.shields.io/badge/View-Documentation-blue?style=for-the-badge)](/docs/)

## License

Released under [MIT](/LICENSE) by [@MichaelCurrin](https://github.com/MichaelCurrin).