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

https://github.com/midzer/go-cli-template

Minimal Go CLI boilerplate/template with zero dependencies
https://github.com/midzer/go-cli-template

Last synced: 7 months ago
JSON representation

Minimal Go CLI boilerplate/template with zero dependencies

Awesome Lists containing this project

README

          

[![Latest Release](https://img.shields.io/github/release/midzer/go-cli-template.svg)](https://github.com/midzer/go-cli-template/releases)
[![Build Status](https://github.com/midzer/go-cli-template/workflows/build/badge.svg)](https://github.com/midzer/go-cli-template/actions)
[![Go ReportCard](https://goreportcard.com/badge/midzer/go-cli-template)](https://goreportcard.com/report/midzer/go-cli-template)

# go-cli-template

Minimal Go CLI boilerplate/template with zero dependencies

## Features

- minimal CLI implementation
- CI/CD
- golangci-lint
- go test
- goreleaser
- Dependabot
- CodeQL Analysis (Go)

## How to use

1. fork/template this repository
2. replace `midzer` to your username
3. start hacking