danawoodman / go-cli-starter

Simple, no frills Golang CLI starter template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

project-name

A simple project template for Go-based CLIs.

  • Basic Makefile for common tasks
  • Release using goreleaser

Installation

Download a release for your platform and add it to your path.

Or just install with Golang:

go install github.com/danawoodman/project-name@latest

Usage

...

License

MIT

About

Simple, no frills Golang CLI starter template

License:MIT License


Languages

Language:Makefile 64.5%Language:Go 35.5%